Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlayout.c676 static struct req_format *req_formats[] = { variable
785 int rmf_offset[ARRAY_SIZE(req_formats)][RCL_NR];
1645 for (i = 0; i < ARRAY_SIZE(req_formats); ++i) { in req_layout_init()
1646 rf = req_formats[i]; in req_layout_init()
1737 0 <= fmt->rf_idx && fmt->rf_idx < ARRAY_SIZE(req_formats) && in __req_format_is_sane()
1738 req_formats[fmt->rf_idx] == fmt; in __req_format_is_sane()