Lines Matching refs:type
70 int type; /* User / Group */ member
89 new->type = itm->type; in ent_init()
127 if (ent->type == IDMAP_TYPE_GROUP) in idtoname_hash()
142 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user"); in idtoname_request()
154 return (a->id == b->id && a->type == b->type && in idtoname_match()
169 ent->type == IDMAP_TYPE_GROUP ? "group" : "user", in idtoname_show()
231 ent.type = strcmp(buf1, "user") == 0 ? in idtoname_parse()
321 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user"); in nametoid_request()
333 return (a->type == b->type && strcmp(a->name, b->name) == 0 && in nametoid_match()
348 ent->type == IDMAP_TYPE_GROUP ? "group" : "user", in nametoid_show()
401 ent.type = strcmp(buf1, "user") == 0 ? in nametoid_parse()
604 idmap_name_to_id(struct svc_rqst *rqstp, int type, const char *name, u32 namelen, in idmap_name_to_id() argument
608 .type = type, in idmap_name_to_id()
628 idmap_id_to_name(struct svc_rqst *rqstp, int type, uid_t id, char *name) in idmap_id_to_name() argument
632 .type = type, in idmap_id_to_name()