Searched refs:fs_context_for_mount (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_context.h | 127 extern struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_context.h | 127 extern struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
|
/kernel/linux/linux-5.10/fs/ |
H A D | fs_context.c | 301 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, in fs_context_for_mount() function 307 EXPORT_SYMBOL(fs_context_for_mount); variable
|
H A D | fsopen.c | 137 fc = fs_context_for_mount(fs_type, 0); in SYSCALL_DEFINE2()
|
H A D | namespace.c | 999 fc = fs_context_for_mount(type, flags); in vfs_kern_mount() 2890 fc = fs_context_for_mount(type, sb_flags); in do_new_mount()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_context.c | 329 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); variable
|
H A D | fsopen.c | 137 fc = fs_context_for_mount(fs_type, 0); in SYSCALL_DEFINE2()
|
H A D | namespace.c | 1132 fc = fs_context_for_mount(type, flags); in vfs_kern_mount() 3325 fc = fs_context_for_mount(type, sb_flags); in do_new_mount()
|
/kernel/linux/linux-5.10/fs/hugetlbfs/ |
H A D | inode.c | 1525 fc = fs_context_for_mount(&hugetlbfs_fs_type, SB_KERNMOUNT); in mount_one_hugetlbfs()
|
/kernel/linux/linux-5.10/ipc/ |
H A D | mqueue.c | 473 fc = fs_context_for_mount(&mqueue_fs_type, SB_KERNMOUNT); in mq_create_mount()
|
/kernel/linux/linux-6.6/fs/hugetlbfs/ |
H A D | inode.c | 1687 fc = fs_context_for_mount(&hugetlbfs_fs_type, SB_KERNMOUNT); in mount_one_hugetlbfs()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | mqueue.c | 474 fc = fs_context_for_mount(&mqueue_fs_type, SB_KERNMOUNT); in mq_create_mount()
|
Completed in 25 milliseconds