Home
last modified time | relevance | path

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

/fs/btrfs/
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()