Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs_context.c306 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, in fs_context_for_mount() function
312 EXPORT_SYMBOL(fs_context_for_mount);
H A Dfsopen.c142 fc = fs_context_for_mount(fs_type, 0); in SYSCALL_DEFINE2()
H A Dnamespace.c1222 fc = fs_context_for_mount(type, flags); in vfs_kern_mount()
3819 fc = fs_context_for_mount(type, sb_flags); in do_new_mount()
/linux/include/linux/
H A Dfs_context.h127 extern struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
/linux/drivers/gpu/drm/
H A Ddrm_gem.c124 fc = fs_context_for_mount(type, SB_KERNMOUNT); in drm_gem_huge_mnt_create()
/linux/fs/hugetlbfs/
H A Dinode.c1589 fc = fs_context_for_mount(&hugetlbfs_fs_type, SB_KERNMOUNT); in mount_one_hugetlbfs()
/linux/ipc/
H A Dmqueue.c474 fc = fs_context_for_mount(&mqueue_fs_type, SB_KERNMOUNT); in mq_create_mount()
/linux/Documentation/filesystems/
H A Dmount_api.rst405 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,