Home
last modified time | relevance | path

Searched refs:sget (Results 1 – 9 of 9) sorted by relevance

/fs/
Dsuper.c577 struct super_block *sget(struct file_system_type *type, in sget() function
635 EXPORT_SYMBOL(sget);
1402 s = sget(fs_type, test_bdev_super, set_bdev_super, flags | SB_NOSEC, in mount_bdev()
1470 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
1522 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
/fs/9p/
Dvfs_super.c132 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
/fs/orangefs/
Dsuper.c516 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
/fs/ecryptfs/
Dmain.c508 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in ecryptfs_mount()
/fs/nilfs2/
Dsuper.c1332 s = sget(fs_type, nilfs_test_bdev_super, nilfs_set_bdev_super, flags, in nilfs_mount()
/fs/cifs/
Dcifsfs.c844 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
/fs/incfs/
Dvfs.c1776 struct super_block *sb = sget(type, NULL, set_anon_super, flags, NULL); in incfs_mount_fs()
/fs/btrfs/
Dsuper.c1680 s = sget(fs_type, btrfs_test_super, btrfs_set_super, flags | SB_NOSEC, in btrfs_mount_root()
/fs/ubifs/
Dsuper.c2305 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()