Searched refs:cl_io_rw_init (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_io.c | 223 int cl_io_rw_init(const struct lu_env *env, struct cl_io *io, in cl_io_rw_init() function 237 EXPORT_SYMBOL(cl_io_rw_init);
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | rw.c | 151 result = cl_io_rw_init(env, io, CIT_WRITE, pos, PAGE_CACHE_SIZE); in ll_cl_init()
|
D | file.c | 1117 if (cl_io_rw_init(env, io, iot, *ppos, count) == 0) { in ll_file_io_generic()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 3043 int cl_io_rw_init (const struct lu_env *env, struct cl_io *io,
|