Home
last modified time | relevance | path

Searched refs:set_anon_super_fc (Results 1 – 11 of 11) sorted by relevance

/linux/fs/9p/
H A Dvfs_super.c104 sb = sget_fc(fc, NULL, set_anon_super_fc); in v9fs_get_tree()
/linux/fs/kernfs/
H A Dmount.c339 return set_anon_super_fc(sb, fc); in kernfs_set_super()
/linux/fs/
H A Dsuper.c1295 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc() function
1299 EXPORT_SYMBOL(set_anon_super_fc);
1319 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super()
/linux/fs/orangefs/
H A Dsuper.c490 sb = sget_fc(fc, NULL, set_anon_super_fc); in orangefs_get_tree()
/linux/fs/ecryptfs/
H A Dmain.c464 s = sget_fc(fc, NULL, set_anon_super_fc); in ecryptfs_get_tree()
/linux/fs/ceph/
H A Dsuper.c1222 ret = set_anon_super_fc(s, fc); in ceph_set_super()
/linux/fs/fuse/
H A Dvirtio_fs.c1707 sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc); in virtio_fs_get_tree()
H A Dinode.c1789 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_get_tree_submount()
/linux/fs/ubifs/
H A Dsuper.c2269 sb = sget_fc(fc, sb_test, set_anon_super_fc); in ubifs_get_tree()
/linux/fs/btrfs/
H A Dsuper.c1877 sb = sget_fc(fc, btrfs_fc_test_super, set_anon_super_fc); in btrfs_get_tree_super()
/linux/include/linux/
H A Dfs.h2318 int set_anon_super_fc(struct super_block *s, struct fs_context *fc);