[go: nahoru, domu]

Searched defs:brw_flags (Results 1 - 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/osc/
H A Dosc_io.c116 int brw_flags; local
128 brw_flags = osc_io_srvlock(cl2osc_io(env, ios)) ? OBD_BRW_SRVLOCK : 0;
171 osc_page_submit(env, opg, crt, brw_flags);
176 brw_flags);
183 result = osc_queue_sync_pages(env, osc, &list, cmd, brw_flags);
H A Dosc_page.c545 enum cl_req_type crt, int brw_flags)
561 oap->oap_brw_flags = OBD_BRW_SYNC | brw_flags;
544 osc_page_submit(const struct lu_env *env, struct osc_page *opg, enum cl_req_type crt, int brw_flags) argument
H A Dosc_cache.c2172 int brw_flags = OBD_BRW_ASYNC; local
2188 brw_flags |= ops->ops_srvlock ? OBD_BRW_SRVLOCK : 0;
2191 brw_flags |= OBD_BRW_NOQUOTA;
2220 oap->oap_brw_flags = brw_flags;
2503 struct list_head *list, int cmd, int brw_flags)
2537 ext->oe_srvlock = !!(brw_flags & OBD_BRW_SRVLOCK);
2502 osc_queue_sync_pages(const struct lu_env *env, struct osc_object *obj, struct list_head *list, int cmd, int brw_flags) argument
/drivers/staging/lustre/lnet/selftest/
H A Drpc.h239 __u32 brw_flags; /* bulk data patterns */ member in struct:__anon6509
/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c1539 int brw_flags = 0; local
1559 brw_flags = OBD_BRW_ASYNC;
1585 pgp->flag = brw_flags;
1633 int i, ret = 0, brw_flags = 0; local
1649 brw_flags |= OBD_BRW_ASYNC;
1664 rnb[i].flags = brw_flags;

Completed in 243 milliseconds