Searched refs:req_capsule_has_field (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | layout.c | 2313 int req_capsule_has_field(const struct req_capsule *pill, in req_capsule_has_field() function 2321 EXPORT_SYMBOL(req_capsule_has_field); 2334 LASSERT(req_capsule_has_field(pill, field, loc)); in req_capsule_field_present() 2360 LASSERT(req_capsule_has_field(pill, field, loc)); in req_capsule_shrink() 2389 LASSERT(req_capsule_has_field(pill, field, RCL_SERVER)); in req_capsule_server_grow()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_req_layout.h | 122 int req_capsule_has_field(const struct req_capsule *pill,
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 423 if (req_capsule_has_field(&req->rq_pill, &RMF_EADATA, RCL_SERVER)) in mdc_xattr_common()
|