Home
last modified time | relevance | path

Searched refs:OBD_BRW_RWMASK (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_io.c368 (oap->oap_cmd & OBD_BRW_RWMASK)); in trunc_check_cb()
Dosc_cache.c2284 oap, oap->oap_page, oap->oap_cmd & OBD_BRW_RWMASK); in osc_queue_async_io()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1748 #define OBD_BRW_RWMASK (OBD_BRW_READ | OBD_BRW_WRITE) macro