Home
last modified time | relevance | path

Searched refs:cp_sync_io (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/llite/
Dvvp_page.c236 if (!pg->cp_sync_io) in vvp_page_prep_write()
293 if (page->cp_sync_io == NULL) in vvp_page_completion_read()
320 if (pg->cp_sync_io != NULL) { in vvp_page_completion_write()
/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c907 LASSERT(pg->cp_sync_io == NULL); in cl_io_submit_sync()
908 pg->cp_sync_io = anchor; in cl_io_submit_sync()
921 pg->cp_sync_io = NULL; in cl_io_submit_sync()
931 pg->cp_sync_io = NULL; in cl_io_submit_sync()
Dcl_page.c1215 struct cl_sync_io *anchor = pg->cp_sync_io; in cl_page_completion()
1236 LASSERT(pg->cp_sync_io == anchor); in cl_page_completion()
1237 pg->cp_sync_io = NULL; in cl_page_completion()
/drivers/staging/lustre/lustre/include/
Dcl_object.h777 struct cl_sync_io *cp_sync_io; member
/drivers/staging/lustre/lustre/obdecho/
Decho_client.c274 LASSERT(slice->cpl_page->cp_sync_io != NULL); in echo_page_completion()