Searched refs:crs_ops (Results 1 – 2 of 2) sorted by relevance
1366 slice->crs_ops = ops; in cl_req_slice_add()1434 if (slice->crs_ops->cro_completion != NULL) in cl_req_completion()1435 slice->crs_ops->cro_completion(env, slice, rc); in cl_req_completion()1547 if (slice->crs_ops->cro_prep != NULL) { in cl_req_prep()1548 result = slice->crs_ops->cro_prep(env, slice); in cl_req_prep()1583 if (slice->crs_ops->cro_attr_set != NULL) in cl_req_attr_set()1584 slice->crs_ops->cro_attr_set(env, slice, obj, in cl_req_attr_set()
2577 const struct cl_req_operations *crs_ops; member