Home
last modified time | relevance | path

Searched refs:i_next_alloc_goal (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/fs/ext2fs/
H A Dinode.h91 uint32_t i_next_alloc_goal; member
H A Dext2_alloc.c137 ip->i_next_alloc_goal = bno; in ext2_alloc()
440 ip->i_next_alloc_goal = 0; in ext2_valloc()
719 if (ip->i_next_alloc_block == lbn && ip->i_next_alloc_goal != 0) in ext2_blkpref()
720 return ip->i_next_alloc_goal; in ext2_blkpref()
H A Dext2_balloc.c123 ip->i_next_alloc_goal++; in ext2_balloc()
H A Dext2_vfsops.c1262 ip->i_next_alloc_goal = 0; in ext2_vget()
H A Dext2_extents.c1456 ip->i_next_alloc_goal = 0; in ext4_ext_get_blocks()