Home
last modified time | relevance | path

Searched refs:sget_fc (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_xiaomi122 sget_fc
H A Dabi_gki_aarch64_imx1826 sget_fc
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdsuper.c65 sb = sget_fc(fc, mtd_test_super, mtd_set_super); in mtd_get_sb()
/OK3568_Linux_fs/kernel/fs/
H A Dsuper.c512 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 Dmount.c331 sb = sget_fc(fc, kernfs_test_super, kernfs_set_super); in kernfs_get_tree()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dmount_api.rst162 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 Dsuper.c576 sb = sget_fc(fc, in afs_get_tree()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.c1087 sb = sget_fc(fc, compare_super, ceph_set_super); in ceph_get_tree()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dsuper.c1257 s = sget_fc(fc, compare_super, nfs_set_super); in nfs_get_tree_common()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dvirtio_fs.c1468 sb = sget_fc(fsc, virtio_fs_test_super, virtio_fs_set_super); in virtio_fs_get_tree()
H A Ddir.c333 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_dentry_automount()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dops_fstype.c1666 s = sget_fc(fc, test_meta_super, set_meta_super); in gfs2_meta_get_tree()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2357 struct super_block *sget_fc(struct fs_context *fc,