Searched refs:ioobj (Results 1 – 3 of 3) sorted by relevance
202 void obdo_to_ioobj(struct obdo *oa, struct obd_ioobj *ioobj) in obdo_to_ioobj() argument204 ioobj->ioo_oid = oa->o_oi; in obdo_to_ioobj()206 ostid_set_seq_mdt0(&ioobj->ioo_oid); in obdo_to_ioobj()210 ioobj->ioo_max_brw = 0; in obdo_to_ioobj()
1255 struct obd_ioobj *ioobj; in osc_brw_prep_request() local1286 sizeof(*ioobj)); in osc_brw_prep_request()1314 ioobj = req_capsule_client_get(pill, &RMF_OBD_IOOBJ); in osc_brw_prep_request()1316 LASSERT(body != NULL && ioobj != NULL && niobuf != NULL); in osc_brw_prep_request()1320 obdo_to_ioobj(oa, ioobj); in osc_brw_prep_request()1321 ioobj->ioo_bufcnt = niocount; in osc_brw_prep_request()1327 ioobj_max_brw_set(ioobj, desc->bd_md_max_brw); in osc_brw_prep_request()
318 void obdo_to_ioobj(struct obdo *oa, struct obd_ioobj *ioobj);