Searched refs:ek (Results 1 – 1 of 1) sorted by relevance
/fs/nfsd/ |
D | export.c | 58 struct svc_expkey *ek = container_of(h, struct svc_expkey, h); in expkey_request() local 61 qword_add(bpp, blen, ek->ek_client->name); in expkey_request() 62 snprintf(type, 5, "%d", ek->ek_fsidtype); in expkey_request() 64 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); in expkey_request() 82 struct svc_expkey *ek = NULL; in expkey_parse() local 128 ek = svc_expkey_lookup(cd, &key); in expkey_parse() 130 if (!ek) in expkey_parse() 142 ek = svc_expkey_update(cd, &key, ek); in expkey_parse() 143 if (!ek) in expkey_parse() 152 ek = svc_expkey_update(cd, &key, ek); in expkey_parse() [all …]
|