Home
last modified time | relevance | path

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

/fs/omfs/
Dfile.c38 u32 extent_count; in omfs_shrink_inode() local
64 extent_count = be32_to_cpu(oe->e_extent_count); in omfs_shrink_inode()
66 if (extent_count > max_extents) in omfs_shrink_inode()
74 for (; extent_count > 1; extent_count--) { in omfs_shrink_inode()
122 u32 extent_count = be32_to_cpu(oe->e_extent_count); in omfs_grow_extent() local
138 if (extent_count < 1) in omfs_grow_extent()
142 terminator = entry + extent_count - 1; in omfs_grow_extent()
143 if (extent_count > 1) { in omfs_grow_extent()
225 int extent_count; in omfs_get_block() local
246 extent_count = be32_to_cpu(oe->e_extent_count); in omfs_get_block()
[all …]