Home
last modified time | relevance | path

Searched refs:OBD_BRW_NOCACHE (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/osc/
Dosc_cache.c1382 if (pga->flag & OBD_BRW_NOCACHE) { in osc_release_write_grant()
1383 pga->flag &= ~OBD_BRW_NOCACHE; in osc_release_write_grant()
1501 oap->oap_brw_flags |= OBD_BRW_NOCACHE; in osc_enter_cache_try()
Dosc_request.c1137 unsigned mask = ~(OBD_BRW_FROM_GRANT | OBD_BRW_NOCACHE | in can_merge_pages()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1761 #define OBD_BRW_NOCACHE 0x80 /* this page is a part of non-cached IO */ macro
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1804 LASSERTF(OBD_BRW_NOCACHE == 0x80, "found 0x%.8x\n", in lustre_assert_wire_constants()
1805 OBD_BRW_NOCACHE); in lustre_assert_wire_constants()