Lines Matching refs:compare_super
2295 int (*compare_super)(struct super_block *, void *) = nfs_compare_super; in nfs_fs_mount() local
2329 compare_super = NULL; in nfs_fs_mount()
2336 s = sget(fs_type, compare_super, nfs_set_super, &sb_mntdata); in nfs_fs_mount()
2423 int (*compare_super)(struct super_block *, void *) = nfs_compare_super; in nfs_xdev_mount() local
2440 compare_super = NULL; in nfs_xdev_mount()
2447 s = sget(&nfs_fs_type, compare_super, nfs_set_super, &sb_mntdata); in nfs_xdev_mount()
2685 int (*compare_super)(struct super_block *, void *) = nfs_compare_super; in nfs4_remote_mount() local
2704 compare_super = NULL; in nfs4_remote_mount()
2711 s = sget(&nfs4_fs_type, compare_super, nfs_set_super, &sb_mntdata); in nfs4_remote_mount()
2951 int (*compare_super)(struct super_block *, void *) = nfs_compare_super; in nfs4_xdev_mount() local
2968 compare_super = NULL; in nfs4_xdev_mount()
2975 s = sget(&nfs4_fs_type, compare_super, nfs_set_super, &sb_mntdata); in nfs4_xdev_mount()
3038 int (*compare_super)(struct super_block *, void *) = nfs_compare_super; in nfs4_remote_referral_mount() local
3059 compare_super = NULL; in nfs4_remote_referral_mount()
3066 s = sget(&nfs4_fs_type, compare_super, nfs_set_super, &sb_mntdata); in nfs4_remote_referral_mount()