Home
last modified time | relevance | path

Searched refs:CRT_WRITE (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_page.c121 slice->cpl_page->cp_child, CRT_WRITE); in lov_page_cache_add()
144 [CRT_WRITE] = {
Dlov_io.c809 [CRT_WRITE] = {
886 [CRT_WRITE] = {
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_page.c230 osc_page_transfer_add(env, opg, CRT_WRITE); in osc_page_cache_add()
491 [CRT_WRITE] = {
546 crt == CRT_WRITE ? CLM_WRITE : CLM_READ, 1)); in osc_page_submit()
553 oap->oap_cmd = crt == CRT_WRITE ? OBD_BRW_WRITE : OBD_BRW_READ; in osc_page_submit()
Dosc_io.c127 cmd = crt == CRT_WRITE ? OBD_BRW_WRITE : OBD_BRW_READ; in osc_io_submit()
680 [CRT_WRITE] = {
Dosc_cache.c1245 result = cl_page_make_ready(env, page, CRT_WRITE); in osc_make_ready()
1305 crt = cmd == OBD_BRW_READ ? CRT_READ : CRT_WRITE; in osc_completion()
2471 rc = cl_page_prep(env, io, cl_page_top(cp), CRT_WRITE); in osc_flush_async_page()
Dosc_request.c1872 enum cl_req_type crt = (cmd & OBD_BRW_WRITE) ? CRT_WRITE : in osc_build_rpc()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dvvp_page.c413 [CRT_WRITE] = {
519 [CRT_WRITE] = {
Dvvp_io.c758 result = cl_page_cache_add(env, io, page, CRT_WRITE); in vvp_io_fault_start()
1015 result = cl_page_cache_add(env, io, pg, CRT_WRITE); in vvp_io_commit_write()
1048 result = vvp_page_sync_io(env, io, pg, cp, CRT_WRITE); in vvp_io_commit_write()
Drw26.c320 rw == READ ? CRT_READ : CRT_WRITE, in ll_direct_rw_pages()
Drw.c284 opc = crt == CRT_WRITE ? CAPA_OPC_OSS_WRITE : CAPA_OPC_OSS_RW; in cl_capa_lookup()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c320 [CRT_WRITE] = {
1163 rc = cl_page_cache_add(env, io, clp, CRT_WRITE); in cl_echo_async_brw()
1241 enum cl_req_type typ = rw == READ ? CRT_READ : CRT_WRITE; in cl_echo_object_brw()
1243 async = async && (typ == CRT_WRITE); in cl_echo_object_brw()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_page.c1170 return crt == CRT_WRITE ? CPS_PAGEOUT : CPS_PAGEIN; in cl_req_type_state()
1210 KLASSERT(ergo(crt == CRT_WRITE && pg->cp_type == CPT_CACHEABLE, in cl_page_prep()
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c921 if (slice->crs_req->crq_type == CRT_WRITE) { in ccc_req_attr_set()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h821 CRT_WRITE, enumerator