Searched refs:set_anon_super_fc (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/kernfs/ |
| H A D | mount.c | 323 return set_anon_super_fc(sb, fc); in kernfs_set_super()
|
| /linux-6.15/fs/ |
| H A 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.15/fs/ecryptfs/ |
| H A D | main.c | 458 s = sget_fc(fc, NULL, set_anon_super_fc); in ecryptfs_get_tree()
|
| /linux-6.15/fs/ceph/ |
| H A D | super.c | 1233 ret = set_anon_super_fc(s, fc); in ceph_set_super()
|
| /linux-6.15/fs/fuse/ |
| H A D | virtio_fs.c | 1710 sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc); in virtio_fs_get_tree()
|
| H A D | inode.c | 1753 sb = sget_fc(fsc, NULL, set_anon_super_fc); in fuse_get_tree_submount()
|
| /linux-6.15/fs/btrfs/ |
| H A D | super.c | 1881 sb = sget_fc(fc, btrfs_fc_test_super, set_anon_super_fc); in btrfs_get_tree_super()
|
| /linux-6.15/fs/ubifs/ |
| H A D | super.c | 2269 sb = sget_fc(fc, sb_test, set_anon_super_fc); in ubifs_get_tree()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 2667 int set_anon_super_fc(struct super_block *s, struct fs_context *fc);
|