Searched refs:set_anon_super_fc (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/9p/ |
| H A D | vfs_super.c | 104 sb = sget_fc(fc, NULL, set_anon_super_fc); in v9fs_get_tree()
|
| /linux/fs/kernfs/ |
| H A D | mount.c | 339 return set_anon_super_fc(sb, fc); in kernfs_set_super()
|
| /linux/fs/ |
| H A D | super.c | 1298 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc() function 1302 EXPORT_SYMBOL(set_anon_super_fc); 1322 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super()
|
| /linux/fs/orangefs/ |
| H A D | super.c | 490 sb = sget_fc(fc, NULL, set_anon_super_fc); in orangefs_get_tree()
|
| /linux/fs/ceph/ |
| H A D | super.c | 1230 ret = set_anon_super_fc(s, fc); in ceph_set_super()
|
| /linux/fs/fuse/ |
| H A D | inode.c | 1843 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_get_tree_submount()
|