Searched refs:ioobj (Results 1 – 3 of 3) sorted by relevance
118 void obdo_to_ioobj(struct obdo *oa, struct obd_ioobj *ioobj) in obdo_to_ioobj() argument120 ioobj->ioo_oid = oa->o_oi; in obdo_to_ioobj()122 ostid_set_seq_mdt0(&ioobj->ioo_oid); in obdo_to_ioobj()126 ioobj->ioo_max_brw = 0; in obdo_to_ioobj()
1225 struct obd_ioobj *ioobj; in osc_brw_prep_request() local1256 sizeof(*ioobj)); in osc_brw_prep_request()1283 ioobj = req_capsule_client_get(pill, &RMF_OBD_IOOBJ); in osc_brw_prep_request()1285 LASSERT(body != NULL && ioobj != NULL && niobuf != NULL); in osc_brw_prep_request()1289 obdo_to_ioobj(oa, ioobj); in osc_brw_prep_request()1290 ioobj->ioo_bufcnt = niocount; in osc_brw_prep_request()1296 ioobj_max_brw_set(ioobj, desc->bd_md_max_brw); in osc_brw_prep_request()
269 void obdo_to_ioobj(struct obdo *oa, struct obd_ioobj *ioobj);