Searched refs:SB_KERNMOUNT (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gemfs.c42 gemfs = vfs_kern_mount(type, SB_KERNMOUNT, type->name, huge_opt);
/linux-master/fs/sysfs/
H A Dmount.c60 if (!(fc->sb_flags & SB_KERNMOUNT)) {
/linux-master/mm/
H A Dshmem.c341 if (!(sb->s_flags & SB_KERNMOUNT)) {
378 * We don't need to worry about inode{32,64} since SB_KERNMOUNT
4359 if (!(sb->s_flags & SB_KERNMOUNT)) {
4378 if (sb->s_flags & SB_KERNMOUNT) {
/linux-master/ipc/
H A Dmqueue.c474 fc = fs_context_for_mount(&mqueue_fs_type, SB_KERNMOUNT);
/linux-master/fs/hugetlbfs/
H A Dinode.c1656 fc = fs_context_for_mount(&hugetlbfs_fs_type, SB_KERNMOUNT);
/linux-master/fs/
H A Dlibfs.c1016 mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL);
H A Dnamespace.c1107 if (fc->sb_flags & SB_KERNMOUNT)
5208 mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL);
/linux-master/include/linux/
H A Dfs.h1140 #define SB_KERNMOUNT BIT(22) /* this is a kern_mount call */ macro
/linux-master/fs/nfsd/
H A Dnfs4proc.c1483 /* Use an 'internal' mount: SB_KERNMOUNT -> MNT_INTERNAL */
1484 ss_mnt = vfs_kern_mount(type, SB_KERNMOUNT, dev_name, raw_data);

Completed in 404 milliseconds