Home
last modified time | relevance | path

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

/linux-4.1.27/net/unix/
Dgarbage.c301 long total_refs; in unix_gc() local
304 total_refs = file_count(u->sk.sk_socket->file); in unix_gc()
308 BUG_ON(total_refs < inflight_refs); in unix_gc()
309 if (total_refs == inflight_refs) { in unix_gc()
/linux-4.1.27/fs/btrfs/
Dbackref.c227 u64 total_refs) in add_all_parents() argument
256 while (!ret && count < total_refs) { in add_all_parents()
312 const u64 *extent_item_pos, u64 total_refs) in __resolve_indirect_ref() argument
370 extent_item_pos, total_refs); in __resolve_indirect_ref()
383 const u64 *extent_item_pos, u64 total_refs, in __resolve_indirect_refs() argument
415 total_refs); in __resolve_indirect_refs()
572 struct list_head *prefs, u64 *total_refs, in __add_delayed_refs() argument
609 *total_refs += (node->ref_mod * sgn); in __add_delayed_refs()
681 u64 *total_refs, u64 inum) in __add_inline_refs() argument
705 *total_refs += btrfs_extent_refs(leaf, ei); in __add_inline_refs()
[all …]