Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_lite.h75 params->lrp_lock_mode = (cmd == OBD_BRW_READ) ? LCK_PR : LCK_PW; in lustre_build_lock_params()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c1264 LASSERT(!(cmd & OBD_BRW_READ)); in osc_refresh_count()
1294 LASSERT(equi(page->cp_state == CPS_PAGEIN, cmd == OBD_BRW_READ)); in osc_completion()
1306 crt = cmd == OBD_BRW_READ ? CRT_READ : CRT_WRITE; in osc_completion()
1737 osc_makes_rpc(cli, osc, OBD_BRW_READ)); in __osc_list_maint()
2033 osc_update_pending(osc, OBD_BRW_READ, -page_count); in osc_send_read_rpc()
2039 rc = osc_build_rpc(env, cli, &rpclist, OBD_BRW_READ); in osc_send_read_rpc()
2137 if (osc_makes_rpc(cli, osc, OBD_BRW_READ)) { in osc_check_rpcs()
2524 cmd = OBD_BRW_READ; in osc_cancel_async_page()
2590 ext->oe_rw = !!(cmd & OBD_BRW_READ); in osc_queue_sync_pages()
2608 osc_update_pending(obj, OBD_BRW_READ, page_count); in osc_queue_sync_pages()
Dosc_io.c126 cmd = crt == CRT_WRITE ? OBD_BRW_WRITE : OBD_BRW_READ; in osc_io_submit()
Dosc_page.c554 oap->oap_cmd = crt == CRT_WRITE ? OBD_BRW_WRITE : OBD_BRW_READ; in osc_page_submit()
Dosc_request.c1620 OST_WRITE ? OBD_BRW_WRITE : OBD_BRW_READ, in osc_brw_redo_request()
1974 if (cmd == OBD_BRW_READ) { in osc_build_rpc()
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1569 LASSERT(rw == OBD_BRW_WRITE || rw == OBD_BRW_READ); in echo_client_kbrw()
1620 if (rc != 0 || rw != OBD_BRW_READ) in echo_client_kbrw()
1866 int rw = OBD_BRW_READ; in echo_client_iocontrol()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1752 #define OBD_BRW_READ 0x01 macro
1754 #define OBD_BRW_RWMASK (OBD_BRW_READ | OBD_BRW_WRITE)
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1792 LASSERTF(OBD_BRW_READ == 0x01, "found 0x%.8x\n", in lustre_assert_wire_constants()
1793 OBD_BRW_READ); in lustre_assert_wire_constants()