Searched refs:ek (Results 1 – 1 of 1) sorted by relevance
/fs/nfsd/ |
D | export.c | 64 struct svc_expkey *ek = container_of(h, struct svc_expkey, h); in expkey_request() local 67 qword_add(bpp, blen, ek->ek_client->name); in expkey_request() 68 snprintf(type, 5, "%d", ek->ek_fsidtype); in expkey_request() 70 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); in expkey_request() 88 struct svc_expkey *ek = NULL; in expkey_parse() local 134 ek = svc_expkey_lookup(cd, &key); in expkey_parse() 136 if (!ek) in expkey_parse() 148 ek = svc_expkey_update(cd, &key, ek); in expkey_parse() 149 if (ek) in expkey_parse() 150 trace_nfsd_expkey_update(ek, NULL); in expkey_parse() [all …]
|