Searched refs:sget_fc (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/mtd/ |
A D | mtdsuper.c | 66 sb = sget_fc(fc, mtd_test_super, mtd_set_super); in mtd_get_sb()
|
/linux-6.3-rc2/fs/ |
A D | super.c | 553 struct super_block *sget_fc(struct fs_context *fc, in sget_fc() function 608 EXPORT_SYMBOL(sget_fc); 1135 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super() 1262 s = sget_fc(fc, test_bdev_super_fc, set_bdev_super_fc); in get_tree_bdev()
|
/linux-6.3-rc2/fs/kernfs/ |
A D | mount.c | 337 sb = sget_fc(fc, kernfs_test_super, kernfs_set_super); in kernfs_get_tree()
|
/linux-6.3-rc2/Documentation/filesystems/ |
A 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-6.3-rc2/fs/afs/ |
A D | super.c | 577 sb = sget_fc(fc, in afs_get_tree()
|
/linux-6.3-rc2/fs/fuse/ |
A D | inode.c | 1486 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_get_tree_submount() 1710 sb = sget_fc(fsc, fuse_test_super, fuse_set_no_super); in fuse_get_tree()
|
A D | virtio_fs.c | 1456 sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc); in virtio_fs_get_tree()
|
/linux-6.3-rc2/fs/nfs/ |
A D | super.c | 1282 s = sget_fc(fc, compare_super, nfs_set_super); in nfs_get_tree_common()
|
/linux-6.3-rc2/fs/ceph/ |
A D | super.c | 1232 sb = sget_fc(fc, compare_super, ceph_set_super); in ceph_get_tree()
|
/linux-6.3-rc2/fs/gfs2/ |
A D | ops_fstype.c | 1700 s = sget_fc(fc, test_meta_super, set_meta_super); in gfs2_meta_get_tree()
|
/linux-6.3-rc2/include/linux/ |
A D | fs.h | 2242 struct super_block *sget_fc(struct fs_context *fc,
|
Completed in 31 milliseconds