Lines Matching defs:refs_to_drop
52 u64 owner_offset, int refs_to_drop,
588 int refs_to_drop)
616 BUG_ON(num_refs < refs_to_drop);
617 num_refs -= refs_to_drop;
1226 int refs_to_drop, int is_data)
1230 BUG_ON(!is_data && refs_to_drop != 1);
1233 -refs_to_drop, NULL);
1235 ret = remove_extent_data_ref(trans, root, path, refs_to_drop);
2913 * refs_to_drop = 1
2938 * refs_to_drop = 1
2950 u64 owner_offset, int refs_to_drop,
2980 if (!is_data && refs_to_drop != 1) {
2982 "invalid refs_to_drop, dropping more than 1 refs for tree block %llu refs_to_drop %u",
2983 node->bytenr, refs_to_drop);
3036 NULL, refs_to_drop, is_data);
3133 if (refs < refs_to_drop) {
3136 refs_to_drop, refs, bytenr, path->slots[0]);
3140 refs -= refs_to_drop;
3163 iref, refs_to_drop, is_data);
3172 if (is_data && refs_to_drop !=
3175 "invalid refs_to_drop, current refs %u refs_to_drop %u slot %u",
3177 refs_to_drop, path->slots[0]);