Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dns_common.h131 void __ns_ref_active_put(struct ns_common *ns);
134 do { if (__ns) __ns_ref_active_put(to_ns_common(__ns)); } while (0)
/linux/kernel/
H A Dnscommon.c164 void __ns_ref_active_put(struct ns_common *ns) in __ns_ref_active_put() function
/linux/fs/
H A Dnsfs.c62 __ns_ref_active_put(ns); in nsfs_evict()