Searched refs:idmap_buf (Results 1 – 1 of 1) sorted by relevance
195 char *idmap_buf = NULL; in nfsmapid_uid_str() local231 rc = idmap_getwinnamebyuid(uid, 0, &idmap_buf, NULL); in nfsmapid_uid_str()246 pw_str = idmap_buf; in nfsmapid_uid_str()320 if (idmap_buf) in nfsmapid_uid_str()321 idmap_free(idmap_buf); in nfsmapid_uid_str()445 char *idmap_buf = NULL; in nfsmapid_gid_str() local483 rc = idmap_getwinnamebygid(gid, 0, &idmap_buf, NULL); in nfsmapid_gid_str()498 gr_str = idmap_buf; in nfsmapid_gid_str()572 if (idmap_buf) in nfsmapid_gid_str()573 idmap_free(idmap_buf); in nfsmapid_gid_str()