fs/9p/vfs_super.c
104
sb = sget_fc(fc, NULL, set_anon_super_fc);
fs/btrfs/super.c
1877
sb = sget_fc(fc, btrfs_fc_test_super, set_anon_super_fc);
fs/ceph/super.c
1222
ret = set_anon_super_fc(s, fc);
fs/ecryptfs/main.c
465
s = sget_fc(fc, NULL, set_anon_super_fc);
fs/fuse/inode.c
1790
sb = sget_fc(fsc, NULL, set_anon_super_fc);
fs/fuse/virtio_fs.c
1707
sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc);
fs/kernfs/mount.c
339
return set_anon_super_fc(sb, fc);
fs/orangefs/super.c
490
sb = sget_fc(fc, NULL, set_anon_super_fc);
fs/super.c
1302
EXPORT_SYMBOL(set_anon_super_fc);
fs/super.c
1322
sb = sget_fc(fc, test, set_anon_super_fc);
fs/ubifs/super.c
2267
sb = sget_fc(fc, sb_test, set_anon_super_fc);
include/linux/fs.h
2323
int set_anon_super_fc(struct super_block *s, struct fs_context *fc);