Searched refs:cl_2queue (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 1880 struct cl_2queue { struct 2119 struct cl_2queue *queue); 2362 struct cl_2queue ci_queue; 3050 enum cl_req_type iot, struct cl_2queue *queue); 3052 enum cl_req_type iot, struct cl_2queue *queue, 3129 void cl_2queue_init (struct cl_2queue *queue); 3130 void cl_2queue_add (struct cl_2queue *queue, struct cl_page *page); 3132 struct cl_io *io, struct cl_2queue *queue); 3134 struct cl_io *io, struct cl_2queue *queue); 3135 void cl_2queue_fini (const struct lu_env *env, struct cl_2queue *queue); [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_internal.h | 83 struct cl_2queue clt_queue;
|
D | cl_io.c | 743 struct cl_2queue *queue; in cl_io_read_page() 871 enum cl_req_type crt, struct cl_2queue *queue) in cl_io_submit_rw() 899 enum cl_req_type iot, struct cl_2queue *queue, in cl_io_submit_sync() 1211 void cl_2queue_init(struct cl_2queue *queue) in cl_2queue_init() 1221 void cl_2queue_add(struct cl_2queue *queue, struct cl_page *page) in cl_2queue_add() 1231 struct cl_io *io, struct cl_2queue *queue) in cl_2queue_disown() 1242 struct cl_io *io, struct cl_2queue *queue) in cl_2queue_discard() 1252 void cl_2queue_fini(const struct lu_env *env, struct cl_2queue *queue) in cl_2queue_fini() 1262 void cl_2queue_init_page(struct cl_2queue *queue, struct cl_page *page) in cl_2queue_init_page()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_cl_internal.h | 446 struct cl_2queue lti_cl2q;
|
D | lov_io.c | 572 enum cl_req_type crt, struct cl_2queue *queue) in lov_io_submit() 578 struct cl_2queue *cl2q = &lov_env_info(env)->lti_cl2q; in lov_io_submit()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | rw26.c | 233 struct cl_2queue *queue; in ll_direct_rw_pages()
|
D | vvp_io.c | 823 struct cl_2queue *queue = &io->ci_queue; in vvp_io_read_page() 865 struct cl_2queue *queue; in vvp_page_sync_io()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 177 struct cl_2queue eti_queue; 1157 enum cl_req_type unused, struct cl_2queue *queue) in cl_echo_async_brw() 1181 struct cl_2queue *queue; in cl_echo_object_brw()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_io.c | 100 enum cl_req_type crt, struct cl_2queue *queue) in osc_io_submit()
|