Searched refs:OBD_BRW_SRVLOCK (Results 1 – 6 of 6) sorted by relevance
93 params->lrp_brw_flags = OBD_BRW_SRVLOCK; in lustre_build_lock_params()
128 brw_flags = osc_io_srvlock(cl2osc_io(env, ios)) ? OBD_BRW_SRVLOCK : 0; in osc_io_submit()
1317 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()
1350 LASSERT((pga[0]->flag & OBD_BRW_SRVLOCK) == in osc_brw_prep_request()1351 (pg->flag & OBD_BRW_SRVLOCK)); in osc_brw_prep_request()
1757 #define OBD_BRW_SRVLOCK 0x200 /* Client holds no lock over this page */ macro
1810 LASSERTF(OBD_BRW_SRVLOCK == 0x200, "found 0x%.8x\n", in lustre_assert_wire_constants()1811 OBD_BRW_SRVLOCK); in lustre_assert_wire_constants()