Home
last modified time | relevance | path

Searched refs:req_capsule_has_field (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlayout.c2313 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/
Dlustre_req_layout.h122 int req_capsule_has_field(const struct req_capsule *pill,
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c423 if (req_capsule_has_field(&req->rq_pill, &RMF_EADATA, RCL_SERVER)) in mdc_xattr_common()