Home
last modified time | relevance | path

Searched refs:OBD_BRW_READ (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_lite.h76 params->lrp_lock_mode = (cmd == OBD_BRW_READ) ? LCK_PR : LCK_PW; in lustre_build_lock_params()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_cache.c1263 LASSERT(!(cmd & OBD_BRW_READ)); in osc_refresh_count()
1293 LASSERT(equi(page->cp_state == CPS_PAGEIN, cmd == OBD_BRW_READ)); in osc_completion()
1305 crt = cmd == OBD_BRW_READ ? CRT_READ : CRT_WRITE; in osc_completion()
1733 osc_makes_rpc(cli, osc, OBD_BRW_READ)); in __osc_list_maint()
2036 osc_update_pending(osc, OBD_BRW_READ, -page_count); in osc_send_read_rpc()
2042 rc = osc_build_rpc(env, cli, &rpclist, OBD_BRW_READ, pol); in osc_send_read_rpc()
2141 if (osc_makes_rpc(cli, osc, OBD_BRW_READ)) { in osc_check_rpcs()
2529 cmd = OBD_BRW_READ; in osc_cancel_async_page()
2594 ext->oe_rw = !!(cmd & OBD_BRW_READ); in osc_queue_sync_pages()
2612 osc_update_pending(obj, OBD_BRW_READ, page_count); in osc_queue_sync_pages()
Dosc_io.c127 cmd = crt == CRT_WRITE ? OBD_BRW_WRITE : OBD_BRW_READ; in osc_io_submit()
Dosc_page.c553 oap->oap_cmd = crt == CRT_WRITE ? OBD_BRW_WRITE : OBD_BRW_READ; in osc_page_submit()
Dosc_request.c1656 OST_WRITE ? OBD_BRW_WRITE :OBD_BRW_READ, in osc_brw_redo_request()
2018 if (cmd == OBD_BRW_READ) { in osc_build_rpc()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1568 LASSERT(rw == OBD_BRW_WRITE || rw == OBD_BRW_READ); in echo_client_kbrw()
1619 if (rc != 0 || rw != OBD_BRW_READ) in echo_client_kbrw()
1867 int rw = OBD_BRW_READ; in echo_client_iocontrol()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1746 #define OBD_BRW_READ 0x01 macro
1748 #define OBD_BRW_RWMASK (OBD_BRW_READ | OBD_BRW_WRITE)
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1794 LASSERTF(OBD_BRW_READ == 0x01, "found 0x%.8x\n", in lustre_assert_wire_constants()
1795 OBD_BRW_READ); in lustre_assert_wire_constants()