Searched defs:cl_io (Results 1 – 2 of 2) sorted by relevance
2307 struct cl_io { struct2309 enum cl_io_type ci_type; argument2311 enum cl_io_state ci_state; argument2318 struct cl_io *ci_parent; argument2324 enum cl_io_lock_dmd ci_lockreq; argument2327 struct cl_io_rw_common rd; argument2364 } u;2365 struct cl_2queue ci_queue;2366 size_t ci_nob;2367 int ci_result;[all …]
463 int (*iofunc)(const struct lu_env *, struct cl_io *)) in lov_io_call()