Searched refs:cro_prep (Results 1 – 3 of 3) sorted by relevance
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()
788 .cro_prep = osc_req_prep,
2495 int (*cro_prep)(const struct lu_env *env, member