Home
last modified time | relevance | path

Searched refs:get_proc_ns (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dproc_ns.h78 #define get_proc_ns(inode) ((struct ns_common *)(inode)->i_private) macro
/Linux-v4.19/kernel/
Dnsproxy.c250 ns = get_proc_ns(file_inode(file)); in SYSCALL_DEFINE2()
/Linux-v4.19/fs/
Dnsfs.c193 struct ns_common *ns = get_proc_ns(file_inode(filp)); in ns_ioctl()
Dnamespace.c1701 mnt_ns = to_mnt_ns(get_proc_ns(dentry->d_inode)); in mnt_ns_loop()
/Linux-v4.19/net/core/
Dnet_namespace.c609 ns = get_proc_ns(file_inode(file)); in get_net_ns_by_fd()