Searched refs:sget (Results 1 – 12 of 12) sorted by relevance
/linux/fs/ |
A D | super.c | 579 struct super_block *sget(struct file_system_type *type, in sget() function 637 EXPORT_SYMBOL(sget); 1343 s = sget(fs_type, test_bdev_super, set_bdev_super, flags | SB_NOSEC, in mount_bdev() 1411 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev() 1463 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
|
/linux/fs/9p/ |
A D | vfs_super.c | 131 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
|
/linux/fs/orangefs/ |
A D | super.c | 517 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
|
/linux/fs/ecryptfs/ |
A D | main.c | 508 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in ecryptfs_mount()
|
/linux/fs/nilfs2/ |
A D | super.c | 1300 s = sget(fs_type, nilfs_test_bdev_super, nilfs_set_bdev_super, flags, in nilfs_mount()
|
/linux/fs/cifs/ |
A D | cifsfs.c | 877 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
|
/linux/fs/btrfs/ |
A D | super.c | 1709 s = sget(fs_type, btrfs_test_super, btrfs_set_super, flags | SB_NOSEC, in btrfs_mount_root()
|
/linux/fs/ubifs/ |
A D | super.c | 2297 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()
|
/linux/include/linux/ |
A D | fs.h | 2567 struct super_block *sget(struct file_system_type *type,
|
/linux/ |
A D | vmlinux.symvers | 1524 0x00000000 sget vmlinux EXPORT_SYMBOL
|
A D | System.map | 8565 ffff80001024b990 T sget
|
A D | .tmp_System.map | 8565 ffff80001024b990 T sget
|
Completed in 312 milliseconds