Searched refs:file_open_root_mnt (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/kernel/ |
H A D | usermode_driver.c | 29 file = file_open_root_mnt(mnt, name, O_CREAT | O_WRONLY, 0700); in blob_to_mnt()
|
/kernel/linux/linux-6.6/kernel/ |
H A 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/ |
H A D | mconsole_kern.c | 143 file = file_open_root_mnt(mnt, ptr, O_RDONLY, 0); in mconsole_proc()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | mconsole_kern.c | 144 file = file_open_root_mnt(mnt, ptr, O_RDONLY, 0); in mconsole_proc()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | proc_sysctl.c | 1842 file = file_open_root_mnt(*proc_mnt, path, O_WRONLY, 0); in process_sysctl_arg()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | proc_sysctl.c | 1665 file = file_open_root_mnt(*proc_mnt, path, O_WRONLY, 0); in process_sysctl_arg()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 2601 static inline struct file *file_open_root_mnt(struct vfsmount *mnt, in file_open_root_mnt() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 2502 static inline struct file *file_open_root_mnt(struct vfsmount *mnt, in file_open_root_mnt() function
|
Completed in 21 milliseconds