Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dfs_context.c278 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, in fs_context_for_mount() function
284 EXPORT_SYMBOL(fs_context_for_mount);
H A Dfsopen.c137 fc = fs_context_for_mount(fs_type, 0); in SYSCALL_DEFINE2()
H A Dnamespace.c998 fc = fs_context_for_mount(type, flags); in vfs_kern_mount()
2884 fc = fs_context_for_mount(type, sb_flags); in do_new_mount()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs_context.h127 extern struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
/OK3568_Linux_fs/kernel/fs/hugetlbfs/
H A Dinode.c1525 fc = fs_context_for_mount(&hugetlbfs_fs_type, SB_KERNMOUNT); in mount_one_hugetlbfs()
/OK3568_Linux_fs/kernel/ipc/
H A Dmqueue.c473 fc = fs_context_for_mount(&mqueue_fs_type, SB_KERNMOUNT); in mq_create_mount()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dmount_api.rst408 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,