Home
last modified time | relevance | path

Searched refs:OBD_BRW_NOQUOTA (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_page.c560 oap->oap_brw_flags |= OBD_BRW_NOQUOTA; in osc_page_submit()
561 oap->oap_cmd |= OBD_BRW_NOQUOTA; in osc_page_submit()
Dosc_cache.c1292 cmd &= ~OBD_BRW_NOQUOTA; in osc_completion()
2212 oap->oap_brw_flags = OBD_BRW_NOQUOTA; in osc_prep_async_page()
2252 brw_flags |= OBD_BRW_NOQUOTA; in osc_queue_async_io()
2253 cmd |= OBD_BRW_NOQUOTA; in osc_queue_async_io()
2257 if (!(cmd & OBD_BRW_NOQUOTA)) { in osc_queue_async_io()
Dosc_io.c302 oap->oap_brw_flags |= OBD_BRW_NOQUOTA; in osc_io_commit_write()
Dosc_request.c1169 OBD_BRW_SYNC | OBD_BRW_ASYNC|OBD_BRW_NOQUOTA); in can_merge_pages()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1756 #define OBD_BRW_NOQUOTA 0x100 macro
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1808 LASSERTF(OBD_BRW_NOQUOTA == 0x100, "found 0x%.8x\n", in lustre_assert_wire_constants()
1809 OBD_BRW_NOQUOTA); in lustre_assert_wire_constants()