Searched refs:compare_super (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/ceph/ |
D | super.c | 940 int (*compare_super)(struct super_block *, void *) = ceph_compare_super; in ceph_mount() local 972 compare_super = NULL; in ceph_mount() 973 sb = sget(fs_type, compare_super, ceph_set_super, flags, fsc); in ceph_mount()
|
/linux-4.4.14/fs/nfs/ |
D | super.c | 2543 int (*compare_super)(struct super_block *, void *) = nfs_compare_super; in nfs_fs_mount_common() local 2551 compare_super = NULL; in nfs_fs_mount_common() 2562 s = sget(nfs_mod->nfs_fs, compare_super, nfs_set_super, flags, &sb_mntdata); in nfs_fs_mount_common()
|