Home
last modified time | relevance | path

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

/linux/fs/
H A Dsuper.c1251 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc() function
1255 EXPORT_SYMBOL(set_anon_super_fc);
1275 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super()
/linux/fs/ceph/
H A Dsuper.c1233 ret = set_anon_super_fc(s, fc); in ceph_set_super()
/linux/fs/btrfs/
H A Dsuper.c1878 sb = sget_fc(fc, btrfs_fc_test_super, set_anon_super_fc); in btrfs_get_tree_super()
/linux/fs/ubifs/
H A Dsuper.c2269 sb = sget_fc(fc, sb_test, set_anon_super_fc); in ubifs_get_tree()
/linux/include/linux/
H A Dfs.h2671 int set_anon_super_fc(struct super_block *s, struct fs_context *fc);