Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_lite.h93 params->lrp_brw_flags = OBD_BRW_SRVLOCK; in lustre_build_lock_params()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_io.c128 brw_flags = osc_io_srvlock(cl2osc_io(env, ios)) ? OBD_BRW_SRVLOCK : 0; in osc_io_submit()
Dosc_cache.c1317 srvlock = oap->oap_brw_flags & OBD_BRW_SRVLOCK; in osc_completion()
2249 brw_flags |= ops->ops_srvlock ? OBD_BRW_SRVLOCK : 0; in osc_queue_async_io()
2599 ext->oe_srvlock = !!(brw_flags & OBD_BRW_SRVLOCK); in osc_queue_sync_pages()
Dosc_request.c1350 LASSERT((pga[0]->flag & OBD_BRW_SRVLOCK) == in osc_brw_prep_request()
1351 (pg->flag & OBD_BRW_SRVLOCK)); in osc_brw_prep_request()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1757 #define OBD_BRW_SRVLOCK 0x200 /* Client holds no lock over this page */ macro
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1810 LASSERTF(OBD_BRW_SRVLOCK == 0x200, "found 0x%.8x\n", in lustre_assert_wire_constants()
1811 OBD_BRW_SRVLOCK); in lustre_assert_wire_constants()