Home
last modified time | relevance | path

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

/Linux-v6.1/fs/kernfs/
Dmount.c292 return set_anon_super_fc(sb, fc); in kernfs_set_super()
/Linux-v6.1/fs/
Dsuper.c1099 int set_anon_super_fc(struct super_block *sb, struct fs_context *fc) in set_anon_super_fc() function
1103 EXPORT_SYMBOL(set_anon_super_fc);
1164 sb = sget_fc(fc, test, set_anon_super_fc); in vfs_get_super()
/Linux-v6.1/fs/ceph/
Dsuper.c1129 ret = set_anon_super_fc(s, fc); in ceph_set_super()
/Linux-v6.1/fs/fuse/
Dvirtio_fs.c1456 sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc); in virtio_fs_get_tree()
Dinode.c1485 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_get_tree_submount()
/Linux-v6.1/include/linux/
Dfs.h2587 int set_anon_super_fc(struct super_block *s, struct fs_context *fc);