Searched refs:mapid (Results 1 – 1 of 1) sorted by relevance
5935 struct nfs_testmapid mapid; in nfsclnt_testidmap() local5937 size_t len = sizeof(mapid.ntm_name); in nfsclnt_testidmap()5945 error = copyin(argp, &mapid, sizeof(mapid)); in nfsclnt_testidmap()5946 mapid.ntm_name[MAXIDNAMELEN - 1] = '\0'; in nfsclnt_testidmap()5951 switch (mapid.ntm_lookup) { in nfsclnt_testidmap()5953 error = mapname2id(&mapid); in nfsclnt_testidmap()5956 error = mapid2name(&mapid); in nfsclnt_testidmap()5959 error = nfs4_id2guid(mapid.ntm_name, &mapid.ntm_guid, mapid.ntm_grpflag); in nfsclnt_testidmap()5962 error = nfs4_guid2id(&mapid.ntm_guid, mapid.ntm_name, &len, mapid.ntm_grpflag); in nfsclnt_testidmap()5968 coerror = copyout(&mapid, argp, sizeof(mapid)); in nfsclnt_testidmap()