Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c1297 slice->crs_ops = ops; in cl_req_slice_add()
1366 if (slice->crs_ops->cro_completion != NULL) in cl_req_completion()
1367 slice->crs_ops->cro_completion(env, slice, rc); in cl_req_completion()
1480 if (slice->crs_ops->cro_prep != NULL) { in cl_req_prep()
1481 result = slice->crs_ops->cro_prep(env, slice); in cl_req_prep()
1516 if (slice->crs_ops->cro_attr_set != NULL) in cl_req_attr_set()
1517 slice->crs_ops->cro_attr_set(env, slice, obj, in cl_req_attr_set()
/drivers/staging/lustre/lustre/include/
Dcl_object.h2572 const struct cl_req_operations *crs_ops; member