Lines Matching defs:refs_to_drop
579 int refs_to_drop)
607 BUG_ON(num_refs < refs_to_drop);
608 num_refs -= refs_to_drop;
1236 int refs_to_drop, int is_data)
1240 BUG_ON(!is_data && refs_to_drop != 1);
1243 -refs_to_drop, NULL);
1245 ret = remove_extent_data_ref(trans, root, path, refs_to_drop);
3047 * refs_to_drop = 1
3072 * refs_to_drop = 1
3098 int refs_to_drop = node->ref_mod;
3117 if (unlikely(!is_data && refs_to_drop != 1)) {
3119 "invalid refs_to_drop, dropping more than 1 refs for tree block %llu refs_to_drop %u",
3120 node->bytenr, refs_to_drop);
3172 NULL, refs_to_drop, is_data);
3268 if (unlikely(refs < refs_to_drop)) {
3271 refs_to_drop, refs, bytenr, path->slots[0]);
3274 refs -= refs_to_drop;
3295 iref, refs_to_drop, is_data);
3312 if (unlikely(is_data && refs_to_drop !=
3315 "invalid refs_to_drop, current refs %u refs_to_drop %u slot %u",
3317 refs_to_drop, path->slots[0]);