Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlayout.c1632 #define FMT_FIELD(fmt, i, j) (fmt)->rf_fields[(i)].d[(j)] macro
2012 field = FMT_FIELD(fmt, loc, i); in __req_capsule_dump()
2287 const struct req_msg_field *ofield = FMT_FIELD(old, i, j); in req_capsule_extend()
2295 LASSERT(FMT_FIELD(fmt, i, j) == FMT_FIELD(old, i, j)); in req_capsule_extend()
2300 LASSERT(FMT_FIELD(fmt, i, j)->rmf_size >= in req_capsule_extend()
2301 FMT_FIELD(old, i, j)->rmf_size); in req_capsule_extend()