Searched refs:file_open_root_mnt (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/kernel/ |
D | usermode_driver.c | 29 file = file_open_root_mnt(mnt, name, O_CREAT | O_WRONLY, 0700); in blob_to_mnt()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
D | mconsole_kern.c | 143 file = file_open_root_mnt(mnt, ptr, O_RDONLY, 0); in mconsole_proc()
|
/kernel/linux/linux-5.10/fs/proc/ |
D | proc_sysctl.c | 1806 file = file_open_root_mnt(*proc_mnt, path, O_WRONLY, 0); in process_sysctl_arg()
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | porting.rst | 876 is provided - file_open_root_mnt(). In-tree users adjusted.
|
/kernel/linux/linux-5.10/include/linux/ |
D | fs.h | 2536 static inline struct file *file_open_root_mnt(struct vfsmount *mnt, in file_open_root_mnt() function
|