Searched refs:set_anon_super_fc (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/kernfs/ |
D | mount.c | 301 return set_anon_super_fc(sb, fc); in kernfs_set_super()
|
/linux-6.12.1/fs/ |
D | super.c | 1251 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-6.12.1/fs/ceph/ |
D | super.c | 1223 ret = set_anon_super_fc(s, fc); in ceph_set_super()
|
/linux-6.12.1/fs/fuse/ |
D | virtio_fs.c | 1700 sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc); in virtio_fs_get_tree()
|
D | inode.c | 1658 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_get_tree_submount()
|
/linux-6.12.1/fs/btrfs/ |
D | super.c | 1880 sb = sget_fc(fc, btrfs_fc_test_super, set_anon_super_fc); in btrfs_get_tree_super()
|
/linux-6.12.1/include/linux/ |
D | fs.h | 2586 int set_anon_super_fc(struct super_block *s, struct fs_context *fc);
|