Searched refs:sget_fc (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/mtd/ |
A D | mtdsuper.c | 66 sb = sget_fc(fc, mtd_test_super, mtd_set_super); in mtd_get_sb()
|
/linux/fs/ |
A D | super.c | 514 struct super_block *sget_fc(struct fs_context *fc, in sget_fc() function 569 EXPORT_SYMBOL(sget_fc); 1137 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super() 1265 s = sget_fc(fc, test_bdev_super_fc, set_bdev_super_fc); in get_tree_bdev()
|
/linux/fs/kernfs/ |
A D | mount.c | 331 sb = sget_fc(fc, kernfs_test_super, kernfs_set_super); in kernfs_get_tree()
|
/linux/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/fs/afs/ |
A D | super.c | 576 sb = sget_fc(fc, in afs_get_tree()
|
/linux/fs/fuse/ |
A D | inode.c | 1453 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_get_tree_submount() 1677 sb = sget_fc(fsc, fuse_test_super, fuse_set_no_super); in fuse_get_tree()
|
A D | virtio_fs.c | 1458 sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc); in virtio_fs_get_tree()
|
/linux/fs/ceph/ |
A D | super.c | 1092 sb = sget_fc(fc, compare_super, ceph_set_super); in ceph_get_tree()
|
/linux/fs/nfs/ |
A D | super.c | 1274 s = sget_fc(fc, compare_super, nfs_set_super); in nfs_get_tree_common()
|
/linux/fs/gfs2/ |
A D | ops_fstype.c | 1689 s = sget_fc(fc, test_meta_super, set_meta_super); in gfs2_meta_get_tree()
|
/linux/include/linux/ |
A D | fs.h | 2564 struct super_block *sget_fc(struct fs_context *fc,
|
/linux/ |
A D | vmlinux.symvers | 7666 0x00000000 sget_fc vmlinux EXPORT_SYMBOL
|
A D | System.map | 8563 ffff80001024b510 T sget_fc
|
A D | .tmp_System.map | 8563 ffff80001024b510 T sget_fc
|
Completed in 328 milliseconds