Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Drelocation.c145 u64 extents_found; member
3571 rc->extents_found = 0; in prepare_to_relocate()
3652 rc->extents_found++; in relocate_block_group()
3679 rc->extents_found--; in relocate_block_group()
4098 if (rc->extents_found == 0) in btrfs_relocate_block_group()
4102 rc->extents_found, stage_to_string(finishes_stage)); in btrfs_relocate_block_group()
Dinode.c4643 u64 *extents_found) in btrfs_truncate_inode_items() argument
4789 if (extents_found != NULL) in btrfs_truncate_inode_items()
4790 (*extents_found)++; in btrfs_truncate_inode_items()
8882 u64 extents_found = 0; in btrfs_truncate() local
8946 &extents_found); in btrfs_truncate()
9022 if (extents_found > 0) in btrfs_truncate()
Dctree.h3157 u32 min_type, u64 *extents_found);