Searched refs:fs_context_for_mount (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dfs_context.h127 extern struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
/linux-master/fs/
H A Dfs_context.c329 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, function
335 EXPORT_SYMBOL(fs_context_for_mount); variable
H A Dfsopen.c137 fc = fs_context_for_mount(fs_type, 0);
H A Dnamespace.c1145 fc = fs_context_for_mount(type, flags);
3331 fc = fs_context_for_mount(type, sb_flags);
/linux-master/ipc/
H A Dmqueue.c474 fc = fs_context_for_mount(&mqueue_fs_type, SB_KERNMOUNT);
/linux-master/fs/hugetlbfs/
H A Dinode.c1654 fc = fs_context_for_mount(&hugetlbfs_fs_type, SB_KERNMOUNT);

Completed in 267 milliseconds