Searched refs:compare_super (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/ceph/ |
| D | super.c | 1083 int (*compare_super)(struct super_block *, void *) = ceph_compare_super; in ceph_mount() local 1112 compare_super = NULL; in ceph_mount() 1113 sb = sget(fs_type, compare_super, ceph_set_super, flags, fsc); in ceph_mount()
|
| /Linux-v5.4/fs/nfs/ |
| D | super.c | 2662 int (*compare_super)(struct super_block *, void *) = nfs_compare_super; in nfs_fs_mount_common() local 2670 compare_super = NULL; in nfs_fs_mount_common() 2681 s = sget(nfs_mod->nfs_fs, compare_super, nfs_set_super, flags, &sb_mntdata); in nfs_fs_mount_common()
|