Lines Matching defs:refs_to_drop
44 u64 owner_offset, int refs_to_drop,
595 int refs_to_drop, int *last_ref)
623 BUG_ON(num_refs < refs_to_drop);
624 num_refs -= refs_to_drop;
1180 int refs_to_drop, int is_data, int *last_ref)
1184 BUG_ON(!is_data && refs_to_drop != 1);
1186 update_inline_extent_backref(path, iref, -refs_to_drop, NULL,
1189 ret = remove_extent_data_ref(trans, path, refs_to_drop,
2919 * refs_to_drop = 1
2944 * refs_to_drop = 1
2956 u64 owner_offset, int refs_to_drop,
2986 if (!is_data && refs_to_drop != 1) {
2988 "invalid refs_to_drop, dropping more than 1 refs for tree block %llu refs_to_drop %u",
2989 node->bytenr, refs_to_drop);
3041 refs_to_drop,
3139 if (refs < refs_to_drop) {
3142 refs_to_drop, refs, bytenr);
3146 refs -= refs_to_drop;
3168 refs_to_drop, is_data,
3178 if (is_data && refs_to_drop !=
3181 "invalid refs_to_drop, current refs %u refs_to_drop %u",
3183 refs_to_drop);