Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlayout.c1756 LASSERT(pill->rc_fmt == NULL || pill->rc_fmt == fmt); in req_capsule_set()
1759 pill->rc_fmt = fmt; in req_capsule_set()
1774 const struct req_format *fmt = pill->rc_fmt; in req_capsule_filled_sizes()
1813 fmt = pill->rc_fmt; in req_capsule_server_pack()
1838 offset = field->rmf_offset[pill->rc_fmt->rf_idx][loc]; in __req_capsule_offset()
1840 pill->rc_fmt->rf_name, in __req_capsule_offset()
1953 fmt = pill->rc_fmt; in __req_capsule_get()
2008 fmt = pill->rc_fmt; in __req_capsule_dump()
2216 pill->rc_fmt->rf_fields[loc].nr, in req_capsule_msg_size()
2277 LASSERT(pill->rc_fmt != NULL); in req_capsule_extend()
[all …]
Dclient.c3069 return req->rq_pill.rc_fmt == (void *)&worker_format; in ptlrpcd_check_work()
3102 req->rq_pill.rc_fmt = (void *)&worker_format; in ptlrpcd_alloc_work()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_req_layout.h68 const struct req_format *rc_fmt; member