Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/osc/
Dosc_cache.c458 osc_update_pending(obj, OBD_BRW_WRITE, -ext->oe_nr_pages); in osc_extent_hold()
558 osc_update_pending(obj, OBD_BRW_WRITE, in osc_extent_release()
1052 rc = osc_make_ready(env, oap, OBD_BRW_WRITE); in osc_extent_make_ready()
1072 last->oap_count = osc_refresh_count(env, last, OBD_BRW_WRITE); in osc_extent_make_ready()
1200 LASSERT(cmd == OBD_BRW_WRITE); /* no cached reads */ in osc_make_ready()
1251 LASSERT(equi(page->cp_state == CPS_PAGEOUT, cmd == OBD_BRW_WRITE)); in osc_completion()
1604 if (cmd & OBD_BRW_WRITE) { in osc_makes_rpc()
1647 if (cmd & OBD_BRW_WRITE) { in osc_update_pending()
1683 osc_makes_rpc(cli, osc, OBD_BRW_WRITE) || in __osc_list_maint()
1751 if (oap->oap_cmd & OBD_BRW_WRITE && xid > 0) { in osc_ap_completion()
[all …]
Dosc_io.c127 cmd = crt == CRT_WRITE ? OBD_BRW_WRITE : OBD_BRW_READ; in osc_io_submit()
357 if (oap->oap_cmd & OBD_BRW_WRITE && in trunc_check_cb()
Dosc_page.c558 oap->oap_cmd = crt == CRT_WRITE ? OBD_BRW_WRITE : OBD_BRW_READ; in osc_page_submit()
Dosc_request.c1268 if ((cmd & OBD_BRW_WRITE) != 0) { in osc_brw_prep_request()
1660 OST_WRITE ? OBD_BRW_WRITE :OBD_BRW_READ, in osc_brw_redo_request()
1877 enum cl_req_type crt = (cmd & OBD_BRW_WRITE) ? CRT_WRITE : in osc_build_rpc()
/drivers/staging/lustre/lustre/include/
Dlustre_lite.h84 if (cmd == OBD_BRW_WRITE && (open_flags & O_APPEND)) { in lustre_build_lock_params()
/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1475 if (rw == OBD_BRW_WRITE) { in echo_client_page_debug_setup()
1547 LASSERT(rw == OBD_BRW_WRITE || rw == OBD_BRW_READ); in echo_client_kbrw()
1558 if (rw == OBD_BRW_WRITE) in echo_client_kbrw()
1648 if (rw == OBD_BRW_WRITE && async) in echo_client_prep_commit()
1692 if (rw == OBD_BRW_WRITE) in echo_client_prep_commit()
1921 rw = OBD_BRW_WRITE; in echo_client_iocontrol()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1742 #define OBD_BRW_WRITE 0x02 macro
1743 #define OBD_BRW_RWMASK (OBD_BRW_READ | OBD_BRW_WRITE)
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1796 LASSERTF(OBD_BRW_WRITE == 0x02, "found 0x%.8x\n", in lustre_assert_wire_constants()
1797 OBD_BRW_WRITE); in lustre_assert_wire_constants()