Home
last modified time | relevance | path

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

/Linux-v5.4/net/unix/
Dgarbage.c233 long total_refs; in unix_gc() local
236 total_refs = file_count(u->sk.sk_socket->file); in unix_gc()
240 BUG_ON(total_refs < inflight_refs); in unix_gc()
241 if (total_refs == inflight_refs) { in unix_gc()
/Linux-v5.4/fs/btrfs/
Dbackref.c415 u64 total_refs, bool ignore_offset) in add_all_parents() argument
448 while (!ret && count < total_refs) { in add_all_parents()
506 const u64 *extent_item_pos, u64 total_refs, in resolve_indirect_ref() argument
578 extent_item_pos, total_refs, ignore_offset); in resolve_indirect_ref()
612 const u64 *extent_item_pos, u64 total_refs, in resolve_indirect_refs() argument
658 total_refs, ignore_offset); in resolve_indirect_refs()
761 struct preftrees *preftrees, u64 *total_refs, in add_delayed_refs() argument
796 *total_refs += count; in add_delayed_refs()
879 u64 *total_refs, struct share_check *sc) in add_inline_refs() argument
903 *total_refs += btrfs_extent_refs(leaf, ei); in add_inline_refs()
[all …]
Dtree-checker.c947 u64 total_refs; /* Total refs in btrfs_extent_item */ in check_extent_item() local
1004 total_refs = btrfs_extent_refs(leaf, ei); in check_extent_item()
1142 if (inline_refs > total_refs) { in check_extent_item()
1145 total_refs, inline_refs); in check_extent_item()