Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dpidfs.h5 struct file *pidfs_alloc_file(struct pid *pid, unsigned int flags);
/linux-6.12.1/fs/
Dpidfs.c396 struct file *pidfs_alloc_file(struct pid *pid, unsigned int flags) in pidfs_alloc_file() function
/linux-6.12.1/kernel/
Dfork.c2013 pidfd_file = pidfs_alloc_file(pid, flags | O_RDWR); in __pidfd_prepare()