Searched refs:authname (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/nfsd/ |
D | nfs4idmap.c | 70 char authname[IDMAP_NAMESZ]; member 88 strlcpy(new->authname, itm->authname, sizeof(new->name)); in ent_init() 117 hash = hash_str(ent->authname, ENT_HASHBITS); in idtoname_hash() 134 qword_add(bpp, blen, ent->authname); in idtoname_request() 149 strcmp(a->authname, b->authname) == 0); in idtoname_match() 162 seq_printf(m, "%s %s %u", ent->authname, in idtoname_show() 221 memcpy(ent.authname, buf1, sizeof(ent.authname)); in idtoname_parse() 306 qword_add(bpp, blen, ent->authname); in nametoid_request() 320 strcmp(a->authname, b->authname) == 0); in nametoid_match() 333 seq_printf(m, "%s %s %s", ent->authname, in nametoid_show() [all …]
|