Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dexport.c57 struct svc_expkey *ek = container_of(h, struct svc_expkey, h); in expkey_request() local
60 qword_add(bpp, blen, ek->ek_client->name); in expkey_request()
61 snprintf(type, 5, "%d", ek->ek_fsidtype); in expkey_request()
63 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); in expkey_request()
81 struct svc_expkey *ek = NULL; in expkey_parse() local
127 ek = svc_expkey_lookup(cd, &key); in expkey_parse()
129 if (!ek) in expkey_parse()
141 ek = svc_expkey_update(cd, &key, ek); in expkey_parse()
142 if (!ek) in expkey_parse()
151 ek = svc_expkey_update(cd, &key, ek); in expkey_parse()
[all …]