Searched defs:cl_io (Results 1 – 2 of 2) sorted by relevance
2306 struct cl_io { struct2308 enum cl_io_type ci_type; argument2310 enum cl_io_state ci_state; argument2317 struct cl_io *ci_parent; argument2323 enum cl_io_lock_dmd ci_lockreq; argument2326 struct cl_io_rw_common rd; argument2361 } u;2362 struct cl_2queue ci_queue;2363 size_t ci_nob;2364 int ci_result;[all …]
464 int (*iofunc)(const struct lu_env *, struct cl_io *)) in lov_io_call()