Searched refs:scratch_leaf (Results 1 – 1 of 1) sorted by relevance
2641 struct ulist *tmp, struct extent_buffer *scratch_leaf) in qgroup_rescan_leaf() argument2683 memcpy(scratch_leaf, path->nodes[0], sizeof(*scratch_leaf)); in qgroup_rescan_leaf()2688 for (; slot < btrfs_header_nritems(scratch_leaf); ++slot) { in qgroup_rescan_leaf()2689 btrfs_item_key_to_cpu(scratch_leaf, &found, slot); in qgroup_rescan_leaf()2739 struct extent_buffer *scratch_leaf = NULL; in btrfs_qgroup_rescan_worker() local2752 scratch_leaf = kmalloc(sizeof(*scratch_leaf), GFP_NOFS); in btrfs_qgroup_rescan_worker()2753 if (!scratch_leaf) in btrfs_qgroup_rescan_worker()2767 qgroups, tmp, scratch_leaf); in btrfs_qgroup_rescan_worker()2776 kfree(scratch_leaf); in btrfs_qgroup_rescan_worker()