Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlovsub_dev.c82 static const struct cl_req_operations lovsub_req_ops = {
Dlov_dev.c131 static const struct cl_req_operations lov_req_ops = {
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h2488 struct cl_req_operations { struct
2577 const struct cl_req_operations *crs_ops;
2729 const struct cl_req_operations *ops);
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c66 static const struct cl_req_operations ccc_req_ops;
935 static const struct cl_req_operations ccc_req_ops = {
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_io.c787 static const struct cl_req_operations osc_req_ops = {
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c1362 const struct cl_req_operations *ops) in cl_req_slice_add()