Searched refs:SB_KERNMOUNT (Results 1 – 6 of 6) sorted by relevance
60 if (!(fc->sb_flags & SB_KERNMOUNT)) { in sysfs_init_fs_context()
295 #define SB_KERNMOUNT BIT(22) /* this is a kern_mount call */ macro
124 fc = fs_context_for_mount(type, SB_KERNMOUNT); in drm_gem_huge_mnt_create()
474 fc = fs_context_for_mount(&mqueue_fs_type, SB_KERNMOUNT); in mq_create_mount()
1182 if (fc->sb_flags & SB_KERNMOUNT) in vfs_create_mount()6281 mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL); in kern_mount()
1772 ss_mnt = vfs_kern_mount(type, SB_KERNMOUNT, dev_name, raw_data); in nfsd4_interssc_connect()