Home
last modified time | relevance | path

Searched refs:fs_context_for_mount (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/include/linux/
Dfs_context.h122 extern struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
/Linux-v5.4/fs/
Dfs_context.c304 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, in fs_context_for_mount() function
310 EXPORT_SYMBOL(fs_context_for_mount);
Dfsopen.c137 fc = fs_context_for_mount(fs_type, 0); in SYSCALL_DEFINE2()
Dnamespace.c982 fc = fs_context_for_mount(type, flags); in vfs_kern_mount()
2807 fc = fs_context_for_mount(type, sb_flags); in do_new_mount()
/Linux-v5.4/fs/proc/
Droot.c307 fc = fs_context_for_mount(&proc_fs_type, SB_KERNMOUNT); in pid_ns_prepare_proc()
/Linux-v5.4/fs/hugetlbfs/
Dinode.c1432 fc = fs_context_for_mount(&hugetlbfs_fs_type, SB_KERNMOUNT); in mount_one_hugetlbfs()
/Linux-v5.4/ipc/
Dmqueue.c400 fc = fs_context_for_mount(&mqueue_fs_type, SB_KERNMOUNT); in mq_create_mount()
/Linux-v5.4/Documentation/filesystems/
Dmount_api.txt350 (*) struct fs_context *fs_context_for_mount(