Searched refs:req_capsule_has_field (Results 1 – 3 of 3) sorted by relevance
117 int req_capsule_has_field(const struct req_capsule *pill,
2248 int req_capsule_has_field(const struct req_capsule *pill, in req_capsule_has_field() function2256 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()
365 if (req_capsule_has_field(&req->rq_pill, &RMF_EADATA, RCL_SERVER)) in mdc_xattr_common()