Searched refs:total_refs (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/unix/ |
D | garbage.c | 302 long total_refs; in unix_gc() local 305 total_refs = file_count(u->sk.sk_socket->file); in unix_gc() 309 BUG_ON(total_refs < inflight_refs); in unix_gc() 310 if (total_refs == inflight_refs) { in unix_gc()
|
/Linux-v4.19/fs/btrfs/ |
D | backref.c | 413 u64 total_refs, bool ignore_offset) in add_all_parents() argument 446 while (!ret && count < total_refs) { in add_all_parents() 504 const u64 *extent_item_pos, u64 total_refs, in resolve_indirect_ref() argument 576 extent_item_pos, total_refs, ignore_offset); in resolve_indirect_ref() 610 const u64 *extent_item_pos, u64 total_refs, in resolve_indirect_refs() argument 656 total_refs, ignore_offset); in resolve_indirect_refs() 757 struct preftrees *preftrees, u64 *total_refs, in add_delayed_refs() argument 792 *total_refs += count; in add_delayed_refs() 875 u64 *total_refs, struct share_check *sc) in add_inline_refs() argument 899 *total_refs += btrfs_extent_refs(leaf, ei); in add_inline_refs() [all …]
|