Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dfs_context.h127 extern struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
/linux-6.12.1/fs/
Dfs_context.c329 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, in fs_context_for_mount() function
335 EXPORT_SYMBOL(fs_context_for_mount);
Dfsopen.c136 fc = fs_context_for_mount(fs_type, 0); in SYSCALL_DEFINE2()
Dnamespace.c1251 fc = fs_context_for_mount(type, flags); in vfs_kern_mount()
3486 fc = fs_context_for_mount(type, sb_flags); in do_new_mount()
/linux-6.12.1/ipc/
Dmqueue.c474 fc = fs_context_for_mount(&mqueue_fs_type, SB_KERNMOUNT); in mq_create_mount()
/linux-6.12.1/fs/hugetlbfs/
Dinode.c1648 fc = fs_context_for_mount(&hugetlbfs_fs_type, SB_KERNMOUNT); in mount_one_hugetlbfs()
/linux-6.12.1/Documentation/filesystems/
Dmount_api.rst407 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,