Searched refs:compare_super (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/ceph/ |
D | super.c | 1034 int (*compare_super)(struct super_block *, void *) = ceph_compare_super; in ceph_mount() local 1063 compare_super = NULL; in ceph_mount() 1064 sb = sget(fs_type, compare_super, ceph_set_super, flags, fsc); in ceph_mount()
|
/Linux-v4.19/fs/nfs/ |
D | super.c | 2591 int (*compare_super)(struct super_block *, void *) = nfs_compare_super; in nfs_fs_mount_common() local 2599 compare_super = NULL; in nfs_fs_mount_common() 2610 s = sget(nfs_mod->nfs_fs, compare_super, nfs_set_super, flags, &sb_mntdata); in nfs_fs_mount_common()
|