Home
last modified time | relevance | path

Searched refs:ioobj (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobdo.c202 void obdo_to_ioobj(struct obdo *oa, struct obd_ioobj *ioobj) in obdo_to_ioobj() argument
204 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()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c1255 struct obd_ioobj *ioobj; in osc_brw_prep_request() local
1286 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()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h318 void obdo_to_ioobj(struct obdo *oa, struct obd_ioobj *ioobj);