Searched refs:set_anon_super_fc (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/kernfs/ |
H A D | mount.c | 303 return set_anon_super_fc(sb, fc); in kernfs_set_super()
|
/openbmc/linux/fs/ |
H A D | super.c | 1317 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc() function 1321 EXPORT_SYMBOL(set_anon_super_fc); 1341 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super()
|
/openbmc/linux/fs/fuse/ |
H A D | virtio_fs.c | 1467 sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc); in virtio_fs_get_tree()
|
H A D | inode.c | 1609 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_get_tree_submount()
|
/openbmc/linux/fs/ceph/ |
H A D | super.c | 1226 ret = set_anon_super_fc(s, fc); in ceph_set_super()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 2416 int set_anon_super_fc(struct super_block *s, struct fs_context *fc);
|