Lines Matching refs:id1

828 		str = mappings->mappings.mappings_val[iter->next].id1.  in idmap_iter_next_mapping()
839 *rid = mappings->mappings.mappings_val[iter->next].id1. in idmap_iter_next_mapping()
868 *is_wuser = (mappings->mappings.mappings_val[iter->next].id1 in idmap_iter_next_mapping()
1021 mapping->id1.idtype = IDMAP_SID; in idmap_getext_uidbysid()
1022 mapping->id1.idmap_id_u.sid.rid = rid; in idmap_getext_uidbysid()
1023 if ((mapping->id1.idmap_id_u.sid.prefix = strdup(sidprefix)) == NULL) { in idmap_getext_uidbysid()
1116 mapping->id1.idtype = IDMAP_SID; in idmap_getext_gidbysid()
1117 mapping->id1.idmap_id_u.sid.rid = rid; in idmap_getext_gidbysid()
1118 if ((mapping->id1.idmap_id_u.sid.prefix = strdup(sidprefix)) == NULL) { in idmap_getext_gidbysid()
1216 mapping->id1.idtype = IDMAP_SID; in idmap_getext_pidbysid()
1217 mapping->id1.idmap_id_u.sid.rid = rid; in idmap_getext_pidbysid()
1218 if ((mapping->id1.idmap_id_u.sid.prefix = strdup(sidprefix)) == NULL) { in idmap_getext_pidbysid()
1312 mapping->id1.idtype = IDMAP_UID; in idmap_getext_sidbyuid()
1313 mapping->id1.idmap_id_u.uid = uid; in idmap_getext_sidbyuid()
1403 mapping->id1.idtype = IDMAP_GID; in idmap_getext_sidbygid()
1404 mapping->id1.idmap_id_u.gid = gid; in idmap_getext_sidbygid()
1468 req_id = &gh->batch.idmap_mapping_batch_val[i].id1; in idmap_get_mappings()
1620 request.id1.idtype = IDMAP_SID; in idmap_get_w2u_mapping()
1622 request.id1.idmap_id_u.sid.prefix = (char *)sidprefix; in idmap_get_w2u_mapping()
1623 request.id1.idmap_id_u.sid.rid = *rid; in idmap_get_w2u_mapping()
1633 request.id1.idmap_id_u.sid.prefix = NULL; in idmap_get_w2u_mapping()
1647 request.id1.idtype = IDMAP_USID; in idmap_get_w2u_mapping()
1649 request.id1.idtype = IDMAP_GSID; in idmap_get_w2u_mapping()
1651 request.id1.idtype = IDMAP_SID; in idmap_get_w2u_mapping()
1680 if (mapping->id1.idtype == IDMAP_USID) { in idmap_get_w2u_mapping()
1682 } else if (mapping->id1.idtype == IDMAP_GSID) { in idmap_get_w2u_mapping()
1739 request.id1.idtype = is_user?IDMAP_UID:IDMAP_GID; in idmap_get_u2w_mapping()
1742 request.id1.idmap_id_u.uid = *pid; in idmap_get_u2w_mapping()
1745 request.id1.idmap_id_u.uid = UINT32_MAX; in idmap_get_u2w_mapping()