Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dsuper.c730 struct super_block *sget_fc(struct fs_context *fc, in sget_fc() function
805 EXPORT_SYMBOL(sget_fc);
1275 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super()
1361 return sget_fc(fc, super_s_dev_test, super_s_dev_set); in sget_dev()
/linux-6.15/fs/kernfs/
H A Dmount.c366 sb = sget_fc(fc, kernfs_test_super, kernfs_set_super); in kernfs_get_tree()
/linux-6.15/Documentation/filesystems/
H A Dmount_api.rst161 sget_fc(). This can be used to distinguish superblocks.
549 sget_fc(struct fs_context *fc,
562 The following helpers all wrap sget_fc():
/linux-6.15/fs/afs/
H A Dsuper.c569 sb = sget_fc(fc, in afs_get_tree()
/linux-6.15/fs/ecryptfs/
H A Dmain.c458 s = sget_fc(fc, NULL, set_anon_super_fc); in ecryptfs_get_tree()
/linux-6.15/fs/fuse/
H A Dinode.c1753 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_get_tree_submount()
1977 sb = sget_fc(fsc, fuse_test_super, fuse_set_no_super); in fuse_get_tree()
H A Dvirtio_fs.c1710 sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc); in virtio_fs_get_tree()
/linux-6.15/fs/nfs/
H A Dsuper.c1324 s = sget_fc(fc, compare_super, nfs_set_super); in nfs_get_tree_common()
/linux-6.15/fs/ceph/
H A Dsuper.c1337 sb = sget_fc(fc, compare_super, ceph_set_super); in ceph_get_tree()
/linux-6.15/fs/gfs2/
H A Dops_fstype.c1686 s = sget_fc(fc, test_meta_super, set_meta_super); in gfs2_meta_get_tree()
/linux-6.15/fs/btrfs/
H A Dsuper.c1881 sb = sget_fc(fc, btrfs_fc_test_super, set_anon_super_fc); in btrfs_get_tree_super()
/linux-6.15/fs/ubifs/
H A Dsuper.c2269 sb = sget_fc(fc, sb_test, set_anon_super_fc); in ubifs_get_tree()
/linux-6.15/include/linux/
H A Dfs.h2670 struct super_block *sget_fc(struct fs_context *fc,