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