Searched refs:sget_fc (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/fs/ |
D | super.c | 775 struct super_block *sget_fc(struct fs_context *fc, in sget_fc() function 839 EXPORT_SYMBOL(sget_fc); 1330 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super() 1416 return sget_fc(fc, super_s_dev_test, super_s_dev_set); in sget_dev()
|
/linux-6.6.21/fs/kernfs/ |
D | mount.c | 346 sb = sget_fc(fc, kernfs_test_super, kernfs_set_super); in kernfs_get_tree()
|
/linux-6.6.21/Documentation/filesystems/ |
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-6.6.21/fs/afs/ |
D | super.c | 579 sb = sget_fc(fc, in afs_get_tree()
|
/linux-6.6.21/fs/fuse/ |
D | inode.c | 1583 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_get_tree_submount() 1807 sb = sget_fc(fsc, fuse_test_super, fuse_set_no_super); in fuse_get_tree()
|
D | virtio_fs.c | 1457 sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc); in virtio_fs_get_tree()
|
/linux-6.6.21/fs/nfs/ |
D | super.c | 1283 s = sget_fc(fc, compare_super, nfs_set_super); in nfs_get_tree_common()
|
/linux-6.6.21/fs/ceph/ |
D | super.c | 1318 sb = sget_fc(fc, compare_super, ceph_set_super); in ceph_get_tree()
|
/linux-6.6.21/fs/gfs2/ |
D | ops_fstype.c | 1702 s = sget_fc(fc, test_meta_super, set_meta_super); in gfs2_meta_get_tree()
|
/linux-6.6.21/include/linux/ |
D | fs.h | 2413 struct super_block *sget_fc(struct fs_context *fc,
|