Searched refs:sget (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/fs/ |
H A D | super.c | 860 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 D | vfs_super.c | 129 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
|
/openbmc/linux/fs/orangefs/ |
H A D | super.c | 518 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | main.c | 508 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in ecryptfs_mount()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | super.c | 2381 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 D | super.c | 1311 s = sget(fs_type, nilfs_test_bdev_super, nilfs_set_bdev_super, flags, in nilfs_mount()
|
/openbmc/linux/fs/smb/client/ |
H A D | cifsfs.c | 960 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
|
/openbmc/linux/fs/btrfs/ |
H A D | super.c | 1511 s = sget(fs_type, btrfs_test_super, btrfs_set_super, flags | SB_NOSEC, in btrfs_mount_root()
|
/openbmc/linux/fs/ubifs/ |
H A D | super.c | 2310 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 2422 struct super_block *sget(struct file_system_type *type,
|