Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dnsproxy.c556 if (proc_ns_file(fd_file(f))) { in SYSCALL_DEFINE2()
573 if (proc_ns_file(fd_file(f))) in SYSCALL_DEFINE2()
/linux-6.15/include/linux/
H A Dproc_fs.h248 bool proc_ns_file(const struct file *file);
/linux-6.15/fs/
H A Dnsfs.c361 bool proc_ns_file(const struct file *file) in proc_ns_file() function
H A Dnamespace.c5103 if (!proc_ns_file(fd_file(f))) in build_mount_idmapped()
5991 if (!proc_ns_file(fd_file(f))) in grab_requested_mnt_ns()
/linux-6.15/net/core/
H A Dnet_namespace.c733 if (proc_ns_file(fd_file(f))) { in get_net_ns_by_fd()