Searched refs:compare_super (Results 1 – 2 of 2) sorted by relevance
/fs/nfs/ |
D | super.c | 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 [all …]
|
/fs/ceph/ |
D | super.c | 848 int (*compare_super)(struct super_block *, void *) = ceph_compare_super; in ceph_mount() local 876 compare_super = NULL; in ceph_mount() 877 sb = sget(fs_type, compare_super, ceph_set_super, fsc); in ceph_mount()
|