Home
last modified time | relevance | path

Searched refs:sget_fc (Results 1 – 13 of 13) sorted by relevance

/linux/fs/
H A Dsuper.c731 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 Dvfs_super.c104 sb = sget_fc(fc, NULL, set_anon_super_fc); in v9fs_get_tree()
/linux/fs/kernfs/
H A Dmount.c382 sb = sget_fc(fc, kernfs_test_super, kernfs_set_super); in kernfs_get_tree()
/linux/fs/orangefs/
H A Dsuper.c490 sb = sget_fc(fc, NULL, set_anon_super_fc); in orangefs_get_tree()
/linux/Documentation/filesystems/
H A Dmount_api.rst161 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 Dmain.c464 s = sget_fc(fc, NULL, set_anon_super_fc); in ecryptfs_get_tree()
/linux/fs/afs/
H A Dsuper.c569 sb = sget_fc(fc, in afs_get_tree()
/linux/fs/fuse/
H A Dinode.c1789 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 Dvirtio_fs.c1707 sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc); in virtio_fs_get_tree()
/linux/fs/nfs/
H A Dsuper.c1321 s = sget_fc(fc, compare_super, nfs_set_super); in nfs_get_tree_common()
/linux/fs/ceph/
H A Dsuper.c1326 sb = sget_fc(fc, compare_super, ceph_set_super); in ceph_get_tree()
/linux/fs/ubifs/
H A Dsuper.c2269 sb = sget_fc(fc, sb_test, set_anon_super_fc); in ubifs_get_tree()
/linux/fs/btrfs/
H A Dsuper.c1879 sb = sget_fc(fc, btrfs_fc_test_super, set_anon_super_fc); in btrfs_get_tree_super()