Home
last modified time | relevance | path

Searched refs:file_open_root_mnt (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/kernel/
Dusermode_driver.c29 file = file_open_root_mnt(mnt, name, O_CREAT | O_WRONLY, 0700); in blob_to_mnt()
/Linux-v5.15/arch/um/drivers/
Dmconsole_kern.c144 file = file_open_root_mnt(mnt, ptr, O_RDONLY, 0); in mconsole_proc()
/Linux-v5.15/fs/proc/
Dproc_sysctl.c1810 file = file_open_root_mnt(*proc_mnt, path, O_WRONLY, 0); in process_sysctl_arg()
/Linux-v5.15/Documentation/filesystems/
Dporting.rst910 is provided - file_open_root_mnt(). In-tree users adjusted.
/Linux-v5.15/include/linux/
Dfs.h2738 static inline struct file *file_open_root_mnt(struct vfsmount *mnt, in file_open_root_mnt() function