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

/linux-4.1.27/fs/nfsd/
H A Dnfs4idmap.c70 char authname[IDMAP_NAMESZ]; member in struct:ent
88 strlcpy(new->authname, itm->authname, sizeof(new->name)); ent_init()
117 hash = hash_str(ent->authname, ENT_HASHBITS); idtoname_hash()
134 qword_add(bpp, blen, ent->authname); idtoname_request()
149 strcmp(a->authname, b->authname) == 0); idtoname_match()
162 seq_printf(m, "%s %s %u", ent->authname, idtoname_show()
221 memcpy(ent.authname, buf1, sizeof(ent.authname)); idtoname_parse()
306 qword_add(bpp, blen, ent->authname); nametoid_request()
320 strcmp(a->authname, b->authname) == 0); nametoid_match()
333 seq_printf(m, "%s %s %s", ent->authname, nametoid_show()
383 memcpy(ent.authname, buf1, sizeof(ent.authname)); nametoid_parse()
539 strlcpy(key.authname, rqst_authname(rqstp), sizeof(key.authname)); idmap_name_to_id()
575 strlcpy(key.authname, rqst_authname(rqstp), sizeof(key.authname)); idmap_id_to_name()

Completed in 88 milliseconds