Searched refs:compare_super (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ceph/ |
D | super.c | 918 int (*compare_super)(struct super_block *, void *) = ceph_compare_super; in ceph_mount() local 950 compare_super = NULL; in ceph_mount() 951 sb = sget(fs_type, compare_super, ceph_set_super, flags, fsc); in ceph_mount()
|
/linux-4.1.27/fs/nfs/ |
D | super.c | 2540 int (*compare_super)(struct super_block *, void *) = nfs_compare_super; in nfs_fs_mount_common() local 2548 compare_super = NULL; in nfs_fs_mount_common() 2559 s = sget(nfs_mod->nfs_fs, compare_super, nfs_set_super, flags, &sb_mntdata); in nfs_fs_mount_common()
|