Searched refs:rc_fmt (Results 1 – 3 of 3) sorted by relevance
1755 LASSERT(pill->rc_fmt == NULL || pill->rc_fmt == fmt); in req_capsule_set()1758 pill->rc_fmt = fmt; in req_capsule_set()1773 const struct req_format *fmt = pill->rc_fmt; in req_capsule_filled_sizes()1812 fmt = pill->rc_fmt; in req_capsule_server_pack()1837 offset = field->rmf_offset[pill->rc_fmt->rf_idx][loc]; in __req_capsule_offset()1839 pill->rc_fmt->rf_name, in __req_capsule_offset()1952 fmt = pill->rc_fmt; in __req_capsule_get()2151 pill->rc_fmt->rf_fields[loc].nr, in req_capsule_msg_size()2212 LASSERT(pill->rc_fmt != NULL); in req_capsule_extend()2215 old = pill->rc_fmt; in req_capsule_extend()[all …]
3015 return req->rq_pill.rc_fmt == (void *)&worker_format; in ptlrpcd_check_work()3048 req->rq_pill.rc_fmt = (void *)&worker_format; in ptlrpcd_alloc_work()
68 const struct req_format *rc_fmt; member