Lines Matching refs:bpp
61 char **bpp, int *blen) in expkey_request() argument
67 qword_add(bpp, blen, ek->ek_client->name); in expkey_request()
69 qword_add(bpp, blen, type); in expkey_request()
70 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); in expkey_request()
71 (*bpp)[-1] = '\n'; in expkey_request()
384 char **bpp, int *blen) in svc_export_request() argument
390 qword_add(bpp, blen, exp->ex_client->name); in svc_export_request()
391 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
394 (*bpp)[0] = '\n'; in svc_export_request()
397 qword_add(bpp, blen, pth); in svc_export_request()
398 (*bpp)[-1] = '\n'; in svc_export_request()