Home
last modified time | relevance | path

Searched refs:scratch_leaf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dqgroup.c3241 struct extent_buffer *scratch_leaf = NULL; in qgroup_rescan_leaf() local
3279 scratch_leaf = btrfs_clone_extent_buffer(path->nodes[0]); in qgroup_rescan_leaf()
3280 if (!scratch_leaf) { in qgroup_rescan_leaf()
3289 for (; slot < btrfs_header_nritems(scratch_leaf); ++slot) { in qgroup_rescan_leaf()
3290 btrfs_item_key_to_cpu(scratch_leaf, &found, slot); in qgroup_rescan_leaf()
3310 if (scratch_leaf) in qgroup_rescan_leaf()
3311 free_extent_buffer(scratch_leaf); in qgroup_rescan_leaf()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dqgroup.c3303 struct extent_buffer *scratch_leaf = NULL; in qgroup_rescan_leaf() local
3342 scratch_leaf = btrfs_clone_extent_buffer(path->nodes[0]); in qgroup_rescan_leaf()
3343 if (!scratch_leaf) { in qgroup_rescan_leaf()
3352 for (; slot < btrfs_header_nritems(scratch_leaf); ++slot) { in qgroup_rescan_leaf()
3355 btrfs_item_key_to_cpu(scratch_leaf, &found, slot); in qgroup_rescan_leaf()
3377 if (scratch_leaf) in qgroup_rescan_leaf()
3378 free_extent_buffer(scratch_leaf); in qgroup_rescan_leaf()

Completed in 10 milliseconds