Searched refs:__req_capsule_offset (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | layout.c | 1831 static int __req_capsule_offset(const struct req_capsule *pill, in __req_capsule_offset() function 1957 offset = __req_capsule_offset(pill, field, loc); in __req_capsule_get() 2118 pill->rc_area[loc][__req_capsule_offset(pill, field, loc)] = size; in req_capsule_set_size() 2137 __req_capsule_offset(pill, field, loc)); in req_capsule_get_size() 2271 offset = __req_capsule_offset(pill, field, loc); in req_capsule_field_present() 2297 offset = __req_capsule_offset(pill, field, loc); in req_capsule_shrink()
|