Home
last modified time | relevance | path

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

/Linux-v6.6/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 …]
/Linux-v6.6/fs/btrfs/
Dfree-space-tree.c219 u32 extent_count = 0; in convert_free_space_to_bitmaps() local
266 extent_count++; in convert_free_space_to_bitmaps()
293 if (extent_count != expected_extent_count) { in convert_free_space_to_bitmaps()
296 block_group->start, extent_count, in convert_free_space_to_bitmaps()
356 u32 extent_count = 0; in convert_free_space_to_extents() local
452 extent_count++; in convert_free_space_to_extents()
457 if (extent_count != expected_extent_count) { in convert_free_space_to_extents()
460 block_group->start, extent_count, in convert_free_space_to_extents()
482 u32 extent_count; in update_free_space_extent_count() local
494 extent_count = btrfs_free_space_extent_count(path->nodes[0], info); in update_free_space_extent_count()
[all …]
Daccessors.h258 extent_count, 32);
/Linux-v6.6/fs/btrfs/tests/
Dfree-space-tree-tests.c31 u32 flags, extent_count; in __check_free_space_extents() local
42 extent_count = btrfs_free_space_extent_count(path->nodes[0], info); in __check_free_space_extents()
44 if (extent_count != num_extents) { in __check_free_space_extents()
/Linux-v6.6/include/uapi/linux/
Dbtrfs_tree.h1178 __le32 extent_count; member