Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlustre_req_layout.h117 int req_capsule_has_field(const struct req_capsule *pill,
/drivers/staging/lustre/lustre/ptlrpc/
Dlayout.c2248 int req_capsule_has_field(const struct req_capsule *pill, in req_capsule_has_field() function
2256 EXPORT_SYMBOL(req_capsule_has_field);
2269 LASSERT(req_capsule_has_field(pill, field, loc)); in req_capsule_field_present()
2294 LASSERT(req_capsule_has_field(pill, field, loc)); in req_capsule_shrink()
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c365 if (req_capsule_has_field(&req->rq_pill, &RMF_EADATA, RCL_SERVER)) in mdc_xattr_common()