Searched refs:sget_fc (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/ |
| H A D | super.c | 731 struct super_block *sget_fc(struct fs_context *fc, in sget_fc() function 806 EXPORT_SYMBOL(sget_fc); 1319 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super() 1405 return sget_fc(fc, super_s_dev_test, super_s_dev_set); in sget_dev()
|
| /linux/fs/9p/ |
| H A D | vfs_super.c | 104 sb = sget_fc(fc, NULL, set_anon_super_fc); in v9fs_get_tree()
|
| /linux/fs/kernfs/ |
| H A D | mount.c | 382 sb = sget_fc(fc, kernfs_test_super, kernfs_set_super); in kernfs_get_tree()
|
| /linux/fs/orangefs/ |
| H A D | super.c | 490 sb = sget_fc(fc, NULL, set_anon_super_fc); in orangefs_get_tree()
|
| /linux/Documentation/filesystems/ |
| H A D | mount_api.rst | 161 sget_fc(). This can be used to distinguish superblocks. 557 sget_fc(struct fs_context *fc, 570 The following helpers all wrap sget_fc():
|
| /linux/fs/ecryptfs/ |
| H A D | main.c | 464 s = sget_fc(fc, NULL, set_anon_super_fc); in ecryptfs_get_tree()
|
| /linux/fs/afs/ |
| H A D | super.c | 569 sb = sget_fc(fc, in afs_get_tree()
|
| /linux/fs/fuse/ |
| H A D | inode.c | 1789 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_get_tree_submount() 2021 sb = sget_fc(fsc, fuse_test_super, fuse_set_no_super); in fuse_get_tree()
|
| H A D | virtio_fs.c | 1707 sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc); in virtio_fs_get_tree()
|
| /linux/fs/nfs/ |
| H A D | super.c | 1321 s = sget_fc(fc, compare_super, nfs_set_super); in nfs_get_tree_common()
|
| /linux/fs/ceph/ |
| H A D | super.c | 1326 sb = sget_fc(fc, compare_super, ceph_set_super); in ceph_get_tree()
|
| /linux/fs/ubifs/ |
| H A D | super.c | 2269 sb = sget_fc(fc, sb_test, set_anon_super_fc); in ubifs_get_tree()
|
| /linux/fs/btrfs/ |
| H A D | super.c | 1879 sb = sget_fc(fc, btrfs_fc_test_super, set_anon_super_fc); in btrfs_get_tree_super()
|