Lines Matching refs:id1

825 		str = mappings->mappings.mappings_val[iter->next].id1.  in idmap_iter_next_mapping()
836 *rid = mappings->mappings.mappings_val[iter->next].id1. in idmap_iter_next_mapping()
865 *is_wuser = (mappings->mappings.mappings_val[iter->next].id1 in idmap_iter_next_mapping()
1018 mapping->id1.idtype = IDMAP_SID; in idmap_getext_uidbysid()
1019 mapping->id1.idmap_id_u.sid.rid = rid; in idmap_getext_uidbysid()
1020 if ((mapping->id1.idmap_id_u.sid.prefix = strdup(sidprefix)) == NULL) { in idmap_getext_uidbysid()
1113 mapping->id1.idtype = IDMAP_SID; in idmap_getext_gidbysid()
1114 mapping->id1.idmap_id_u.sid.rid = rid; in idmap_getext_gidbysid()
1115 if ((mapping->id1.idmap_id_u.sid.prefix = strdup(sidprefix)) == NULL) { in idmap_getext_gidbysid()
1213 mapping->id1.idtype = IDMAP_SID; in idmap_getext_pidbysid()
1214 mapping->id1.idmap_id_u.sid.rid = rid; in idmap_getext_pidbysid()
1215 if ((mapping->id1.idmap_id_u.sid.prefix = strdup(sidprefix)) == NULL) { in idmap_getext_pidbysid()
1309 mapping->id1.idtype = IDMAP_UID; in idmap_getext_sidbyuid()
1310 mapping->id1.idmap_id_u.uid = uid; in idmap_getext_sidbyuid()
1400 mapping->id1.idtype = IDMAP_GID; in idmap_getext_sidbygid()
1401 mapping->id1.idmap_id_u.gid = gid; in idmap_getext_sidbygid()
1465 req_id = &gh->batch.idmap_mapping_batch_val[i].id1; in idmap_get_mappings()
1617 request.id1.idtype = IDMAP_SID; in idmap_get_w2u_mapping()
1619 request.id1.idmap_id_u.sid.prefix = (char *)sidprefix; in idmap_get_w2u_mapping()
1620 request.id1.idmap_id_u.sid.rid = *rid; in idmap_get_w2u_mapping()
1630 request.id1.idmap_id_u.sid.prefix = NULL; in idmap_get_w2u_mapping()
1644 request.id1.idtype = IDMAP_USID; in idmap_get_w2u_mapping()
1646 request.id1.idtype = IDMAP_GSID; in idmap_get_w2u_mapping()
1648 request.id1.idtype = IDMAP_SID; in idmap_get_w2u_mapping()
1677 if (mapping->id1.idtype == IDMAP_USID) { in idmap_get_w2u_mapping()
1679 } else if (mapping->id1.idtype == IDMAP_GSID) { in idmap_get_w2u_mapping()
1736 request.id1.idtype = is_user?IDMAP_UID:IDMAP_GID; in idmap_get_u2w_mapping()
1739 request.id1.idmap_id_u.uid = *pid; in idmap_get_u2w_mapping()
1742 request.id1.idmap_id_u.uid = UINT32_MAX; in idmap_get_u2w_mapping()