Home
last modified time | relevance | path

Searched refs:authname (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/fs/nfsd/
Dnfs4idmap.c67 char authname[IDMAP_NAMESZ]; member
86 strlcpy(new->authname, itm->authname, sizeof(new->authname)); in ent_init()
115 hash = hash_str(ent->authname, ENT_HASHBITS); in idtoname_hash()
132 qword_add(bpp, blen, ent->authname); in idtoname_request()
147 strcmp(a->authname, b->authname) == 0); in idtoname_match()
160 seq_printf(m, "%s %s %u", ent->authname, in idtoname_show()
219 memcpy(ent.authname, buf1, sizeof(ent.authname)); in idtoname_parse()
304 qword_add(bpp, blen, ent->authname); in nametoid_request()
318 strcmp(a->authname, b->authname) == 0); in nametoid_match()
331 seq_printf(m, "%s %s %s", ent->authname, in nametoid_show()
[all …]