fs_context_for_mount  310 fs/fs_context.c EXPORT_SYMBOL(fs_context_for_mount);
fs_context_for_mount  137 fs/fsopen.c    	fc = fs_context_for_mount(fs_type, 0);
fs_context_for_mount 1432 fs/hugetlbfs/inode.c 	fc = fs_context_for_mount(&hugetlbfs_fs_type, SB_KERNMOUNT);
fs_context_for_mount  982 fs/namespace.c 	fc = fs_context_for_mount(type, flags);
fs_context_for_mount 2807 fs/namespace.c 	fc = fs_context_for_mount(type, sb_flags);
fs_context_for_mount  307 fs/proc/root.c 	fc = fs_context_for_mount(&proc_fs_type, SB_KERNMOUNT);
fs_context_for_mount  122 include/linux/fs_context.h extern struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
fs_context_for_mount  401 ipc/mqueue.c   	fc = fs_context_for_mount(&mqueue_fs_type, SB_KERNMOUNT);