Searched refs:__req_capsule_get (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | layout.c | 1932 static void *__req_capsule_get(struct req_capsule *pill, in __req_capsule_get() function 2023 (void) __req_capsule_get(pill, field, loc, NULL, 1); in __req_capsule_dump() 2054 return __req_capsule_get(pill, field, RCL_CLIENT, NULL, 0); in req_capsule_client_get() 2068 return __req_capsule_get(pill, field, RCL_CLIENT, swabber, 0); in req_capsule_client_swab_get() 2084 return __req_capsule_get(pill, field, RCL_CLIENT, NULL, 0); in req_capsule_client_sized_get() 2095 return __req_capsule_get(pill, field, RCL_SERVER, NULL, 0); in req_capsule_server_get() 2109 return __req_capsule_get(pill, field, RCL_SERVER, swabber, 0); in req_capsule_server_swab_get() 2125 return __req_capsule_get(pill, field, RCL_SERVER, NULL, 0); in req_capsule_server_sized_get() 2134 return __req_capsule_get(pill, field, RCL_SERVER, swabber, 0); in req_capsule_server_sized_swab_get() 2149 return __req_capsule_get(pill, field, pill->rc_loc ^ 1, NULL, 0); in req_capsule_other_get()
|