Home
last modified time | relevance | path

Searched refs:mapid (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/bsd/nfs/ !
H A Dnfs_vfsops.c5934 struct nfs_testmapid mapid; in nfsclnt_testidmap() local
5936 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()