Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dsuper.c860 struct super_block *sget(struct file_system_type *type, in sget() function
918 EXPORT_SYMBOL(sget);
1623 s = sget(fs_type, test_bdev_super, set_bdev_super, flags, &dev); in mount_bdev()
1675 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
1727 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
/openbmc/linux/fs/9p/
H A Dvfs_super.c129 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
/openbmc/linux/fs/orangefs/
H A Dsuper.c518 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
/openbmc/linux/fs/ecryptfs/
H A Dmain.c508 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in ecryptfs_mount()
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c2381 struct super_block *sget(struct file_system_type *type, in sget() function
2444 EXPORT_SYMBOL(sget);
2477 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()
/openbmc/linux/fs/nilfs2/
H A Dsuper.c1311 s = sget(fs_type, nilfs_test_bdev_super, nilfs_set_bdev_super, flags, in nilfs_mount()
/openbmc/linux/fs/smb/client/
H A Dcifsfs.c960 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
/openbmc/linux/fs/btrfs/
H A Dsuper.c1511 s = sget(fs_type, btrfs_test_super, btrfs_set_super, flags | SB_NOSEC, in btrfs_mount_root()
/openbmc/linux/fs/ubifs/
H A Dsuper.c2310 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()
/openbmc/linux/include/linux/
H A Dfs.h2422 struct super_block *sget(struct file_system_type *type,