Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_page.c561 oap->oap_brw_flags |= OBD_BRW_NOQUOTA; in osc_page_submit()
562 oap->oap_cmd |= OBD_BRW_NOQUOTA; in osc_page_submit()
Dosc_cache.c1293 cmd &= ~OBD_BRW_NOQUOTA; in osc_completion()
2207 oap->oap_brw_flags = OBD_BRW_NOQUOTA; in osc_prep_async_page()
2247 brw_flags |= OBD_BRW_NOQUOTA; in osc_queue_async_io()
2248 cmd |= OBD_BRW_NOQUOTA; in osc_queue_async_io()
2252 if (!(cmd & OBD_BRW_NOQUOTA)) { in osc_queue_async_io()
Dosc_io.c301 oap->oap_brw_flags |= OBD_BRW_NOQUOTA; in osc_io_commit_write()
Dosc_request.c1138 OBD_BRW_SYNC | OBD_BRW_ASYNC|OBD_BRW_NOQUOTA); in can_merge_pages()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1762 #define OBD_BRW_NOQUOTA 0x100 macro
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1806 LASSERTF(OBD_BRW_NOQUOTA == 0x100, "found 0x%.8x\n", in lustre_assert_wire_constants()
1807 OBD_BRW_NOQUOTA); in lustre_assert_wire_constants()