Searched refs:authname (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/nfsd/ |
| H A D | nfs4idmap.c | 68 char authname[IDMAP_NAMESZ]; member 87 strscpy(new->authname, itm->authname, sizeof(new->authname)); in ent_init() 139 qword_add(bpp, blen, ent->authname); in idtoname_request() 154 strcmp(a->authname, b->authname) == 0); in idtoname_match() 167 seq_printf(m, "%s %s %u", ent->authname, in idtoname_show() 227 memcpy(ent.authname, buf1, sizeof(ent.authname)); in idtoname_parse() 318 qword_add(bpp, blen, ent->authname); in nametoid_request() 332 strcmp(a->authname, b->authname) == 0); in nametoid_match() 396 memcpy(ent.authname, buf1, sizeof(ent.authname)); in nametoid_parse() 552 strscpy(key.authname, rqst_authname(rqstp), sizeof(key.authname)); in idmap_name_to_id() [all …]
|