set_anon_super_fc
sb = sget_fc(fc, NULL, set_anon_super_fc);
sb = sget_fc(fc, btrfs_fc_test_super, set_anon_super_fc);
ret = set_anon_super_fc(s, fc);
s = sget_fc(fc, NULL, set_anon_super_fc);
sb = sget_fc(fsc, NULL, set_anon_super_fc);
sb = sget_fc(fsc, virtio_fs_test_super, set_anon_super_fc);
return set_anon_super_fc(sb, fc);
sb = sget_fc(fc, NULL, set_anon_super_fc);
sb = sget_fc(fc, cifs_match_super, set_anon_super_fc);
EXPORT_SYMBOL(set_anon_super_fc);
sb = sget_fc(fc, test, set_anon_super_fc);
sb = sget_fc(fc, sb_test, set_anon_super_fc);
int set_anon_super_fc(struct super_block *s, struct fs_context *fc);