Searched refs:__req_capsule_offset (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | layout.c | 1832 static int __req_capsule_offset(const struct req_capsule *pill, in __req_capsule_offset() function 1958 offset = __req_capsule_offset(pill, field, loc); in __req_capsule_get() 2183 pill->rc_area[loc][__req_capsule_offset(pill, field, loc)] = size; in req_capsule_set_size() 2202 __req_capsule_offset(pill, field, loc)); in req_capsule_get_size() 2336 offset = __req_capsule_offset(pill, field, loc); in req_capsule_field_present() 2363 offset = __req_capsule_offset(pill, field, loc); in req_capsule_shrink() 2393 offset = __req_capsule_offset(pill, field, RCL_SERVER); in req_capsule_server_grow()
|