Searched refs:compare_super (Results 1 – 1 of 1) sorted by relevance
/fs/nfs/ |
D | super.c | 1989 int (*compare_super)(struct super_block *, void *) = nfs_compare_super; in nfs_get_sb() local 2016 compare_super = NULL; in nfs_get_sb() 2019 s = sget(fs_type, compare_super, nfs_set_super, &sb_mntdata); in nfs_get_sb() 2098 int (*compare_super)(struct super_block *, void *) = nfs_compare_super; in nfs_xdev_get_sb() local 2115 compare_super = NULL; in nfs_xdev_get_sb() 2118 s = sget(&nfs_fs_type, compare_super, nfs_set_super, &sb_mntdata); in nfs_xdev_get_sb() 2343 int (*compare_super)(struct super_block *, void *) = nfs_compare_super; in nfs4_get_sb() local 2370 compare_super = NULL; in nfs4_get_sb() 2373 s = sget(fs_type, compare_super, nfs_set_super, &sb_mntdata); in nfs4_get_sb() 2452 int (*compare_super)(struct super_block *, void *) = nfs_compare_super; in nfs4_xdev_get_sb() local [all …]
|