Lines Matching refs:bpp
53 char **bpp, int *blen) in expkey_request() argument
59 qword_add(bpp, blen, ek->ek_client->name); in expkey_request()
61 qword_add(bpp, blen, type); in expkey_request()
62 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); in expkey_request()
63 (*bpp)[-1] = '\n'; in expkey_request()
321 char **bpp, int *blen) in svc_export_request() argument
327 qword_add(bpp, blen, exp->ex_client->name); in svc_export_request()
328 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
331 (*bpp)[0] = '\n'; in svc_export_request()
334 qword_add(bpp, blen, pth); in svc_export_request()
335 (*bpp)[-1] = '\n'; in svc_export_request()