Searched refs:mapid (Results 1 – 1 of 1) sorted by relevance
5934 struct nfs_testmapid mapid; in nfsclnt_testidmap() local5936 size_t len = sizeof(mapid.ntm_name); in nfsclnt_testidmap()5944 error = copyin(argp, &mapid, sizeof(mapid)); in nfsclnt_testidmap()5945 mapid.ntm_name[MAXIDNAMELEN - 1] = '\0'; in nfsclnt_testidmap()5950 switch (mapid.ntm_lookup) { in nfsclnt_testidmap()5952 error = mapname2id(&mapid); in nfsclnt_testidmap()5955 error = mapid2name(&mapid); in nfsclnt_testidmap()5958 error = nfs4_id2guid(mapid.ntm_name, &mapid.ntm_guid, mapid.ntm_grpflag); in nfsclnt_testidmap()5961 error = nfs4_guid2id(&mapid.ntm_guid, mapid.ntm_name, &len, mapid.ntm_grpflag); in nfsclnt_testidmap()5967 coerror = copyout(&mapid, argp, sizeof(mapid)); in nfsclnt_testidmap()