Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlovsub_dev.c82 static const struct cl_req_operations lovsub_req_ops = {
Dlov_dev.c130 static const struct cl_req_operations lov_req_ops = {
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h2483 struct cl_req_operations { struct
2572 const struct cl_req_operations *crs_ops;
2724 const struct cl_req_operations *ops);
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c66 static const struct cl_req_operations ccc_req_ops;
856 static const struct cl_req_operations ccc_req_ops = {
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_io.c784 static const struct cl_req_operations osc_req_ops = {
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c1293 const struct cl_req_operations *ops) in cl_req_slice_add()