Searched refs:FMT_FIELD (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | layout.c | 1632 #define FMT_FIELD(fmt, i, j) (fmt)->rf_fields[(i)].d[(j)] macro 2222 const struct req_msg_field *ofield = FMT_FIELD(old, i, j); in req_capsule_extend() 2230 LASSERT(FMT_FIELD(fmt, i, j) == FMT_FIELD(old, i, j)); in req_capsule_extend() 2235 LASSERT(FMT_FIELD(fmt, i, j)->rmf_size >= in req_capsule_extend() 2236 FMT_FIELD(old, i, j)->rmf_size); in req_capsule_extend()
|