Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpidfs.h7 struct file *pidfs_alloc_file(struct pid *pid, unsigned int flags);
/linux/fs/
H A Dpidfs.c1036 struct file *pidfs_alloc_file(struct pid *pid, unsigned int flags) in pidfs_alloc_file() function
H A Dcoredump.c630 pidfs_file = pidfs_alloc_file(cp->pid, 0); in umh_coredump_setup()
/linux/kernel/
H A Dfork.c1852 pidfs_file = pidfs_alloc_file(pid, flags | O_RDWR); in pidfd_prepare()