Home
last modified time | relevance | path

Searched refs:proc_ns_fget (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/
Dproc_ns.h77 extern struct file *proc_ns_fget(int fd);
/Linux-v5.4/kernel/
Dnsproxy.c241 file = proc_ns_fget(fd); in SYSCALL_DEFINE2()
/Linux-v5.4/fs/
Dnsfs.c230 struct file *proc_ns_fget(int fd) in proc_ns_fget() function
/Linux-v5.4/net/core/
Dnet_namespace.c652 file = proc_ns_fget(fd); in get_net_ns_by_fd()