Lines Matching refs:bpp
75 char **bpp, int *blen) in expkey_request() argument
81 qword_add(bpp, blen, ek->ek_client->name); in expkey_request()
83 qword_add(bpp, blen, type); in expkey_request()
84 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); in expkey_request()
85 (*bpp)[-1] = '\n'; in expkey_request()
341 char **bpp, int *blen) in svc_export_request() argument
347 qword_add(bpp, blen, exp->ex_client->name); in svc_export_request()
348 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
351 (*bpp)[0] = '\n'; in svc_export_request()
354 qword_add(bpp, blen, pth); in svc_export_request()
355 (*bpp)[-1] = '\n'; in svc_export_request()