Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dlayout.c1931 static void *__req_capsule_get(struct req_capsule *pill, in __req_capsule_get() function
2004 return __req_capsule_get(pill, field, RCL_CLIENT, NULL, 0); in req_capsule_client_get()
2018 return __req_capsule_get(pill, field, RCL_CLIENT, swabber, 0); in req_capsule_client_swab_get()
2034 return __req_capsule_get(pill, field, RCL_CLIENT, NULL, 0); in req_capsule_client_sized_get()
2045 return __req_capsule_get(pill, field, RCL_SERVER, NULL, 0); in req_capsule_server_get()
2059 return __req_capsule_get(pill, field, RCL_SERVER, swabber, 0); in req_capsule_server_swab_get()
2075 return __req_capsule_get(pill, field, RCL_SERVER, NULL, 0); in req_capsule_server_sized_get()
2084 return __req_capsule_get(pill, field, RCL_SERVER, swabber, 0); in req_capsule_server_sized_swab_get()