Searched refs:sget_fc (Results 1 – 10 of 10) sorted by relevance
/linux/fs/ |
H A D | super.c | 730 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/Documentation/filesystems/ |
H A D | mount_api.rst | 161 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/fs/afs/ |
H A D | super.c | 580 sb = sget_fc(fc, in afs_get_tree()
|
/linux/fs/fuse/ |
H A D | inode.c | 1658 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_get_tree_submount() 1882 sb = sget_fc(fsc, fuse_test_super, fuse_set_no_super); in fuse_get_tree()
|
H A D | virtio_fs.c | 1700 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 | 1319 s = sget_fc(fc, compare_super, nfs_set_super); in nfs_get_tree_common()
|
/linux/fs/ceph/ |
H A D | super.c | 1327 sb = sget_fc(fc, compare_super, ceph_set_super); in ceph_get_tree()
|
/linux/fs/gfs2/ |
H A D | ops_fstype.c | 1686 s = sget_fc(fc, test_meta_super, set_meta_super); in gfs2_meta_get_tree()
|
/linux/fs/btrfs/ |
H A D | super.c | 1880 sb = sget_fc(fc, btrfs_fc_test_super, set_anon_super_fc); in btrfs_get_tree_super()
|
/linux/include/linux/ |
H A D | fs.h | 2589 struct super_block *sget_fc(struct fs_context *fc,
|