Searched refs:sget_fc (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/drivers/mtd/ |
D | mtdsuper.c | 65 sb = sget_fc(fc, mtd_test_super, mtd_set_super); in mtd_get_sb()
|
/Linux-v5.15/fs/ |
D | super.c | 512 struct super_block *sget_fc(struct fs_context *fc, in sget_fc() function 567 EXPORT_SYMBOL(sget_fc); 1135 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super() 1263 s = sget_fc(fc, test_bdev_super_fc, set_bdev_super_fc); in get_tree_bdev()
|
/Linux-v5.15/fs/kernfs/ |
D | mount.c | 331 sb = sget_fc(fc, kernfs_test_super, kernfs_set_super); in kernfs_get_tree()
|
/Linux-v5.15/Documentation/filesystems/ |
D | mount_api.rst | 162 sget_fc(). This can be used to distinguish superblocks. 550 sget_fc(struct fs_context *fc, 563 The following helpers all wrap sget_fc():
|
/Linux-v5.15/fs/afs/ |
D | super.c | 576 sb = sget_fc(fc, in afs_get_tree()
|
/Linux-v5.15/fs/fuse/ |
D | inode.c | 1420 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_get_tree_submount() 1644 sb = sget_fc(fsc, fuse_test_super, fuse_set_no_super); in fuse_get_tree()
|
D | virtio_fs.c | 1458 sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc); in virtio_fs_get_tree()
|
/Linux-v5.15/fs/ceph/ |
D | super.c | 1091 sb = sget_fc(fc, compare_super, ceph_set_super); in ceph_get_tree()
|
/Linux-v5.15/fs/nfs/ |
D | super.c | 1269 s = sget_fc(fc, compare_super, nfs_set_super); in nfs_get_tree_common()
|
/Linux-v5.15/fs/gfs2/ |
D | ops_fstype.c | 1689 s = sget_fc(fc, test_meta_super, set_meta_super); in gfs2_meta_get_tree()
|
/Linux-v5.15/include/linux/ |
D | fs.h | 2564 struct super_block *sget_fc(struct fs_context *fc,
|