Searched refs:sget_fc (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_xiaomi | 122 sget_fc
|
| H A D | abi_gki_aarch64_imx | 1826 sget_fc
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | mtdsuper.c | 65 sb = sget_fc(fc, mtd_test_super, mtd_set_super); in mtd_get_sb()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | super.c | 512 struct super_block *sget_fc(struct fs_context *fc, in sget_fc() function 567 EXPORT_SYMBOL(sget_fc); 1187 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super() 1315 s = sget_fc(fc, test_bdev_super_fc, set_bdev_super_fc); in get_tree_bdev()
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | mount.c | 331 sb = sget_fc(fc, kernfs_test_super, kernfs_set_super); in kernfs_get_tree()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H 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():
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | super.c | 576 sb = sget_fc(fc, in afs_get_tree()
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | super.c | 1087 sb = sget_fc(fc, compare_super, ceph_set_super); in ceph_get_tree()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | super.c | 1257 s = sget_fc(fc, compare_super, nfs_set_super); in nfs_get_tree_common()
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | virtio_fs.c | 1468 sb = sget_fc(fsc, virtio_fs_test_super, virtio_fs_set_super); in virtio_fs_get_tree()
|
| H A D | dir.c | 333 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_dentry_automount()
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | ops_fstype.c | 1666 s = sget_fc(fc, test_meta_super, set_meta_super); in gfs2_meta_get_tree()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 2357 struct super_block *sget_fc(struct fs_context *fc,
|