Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobdo.c118 void obdo_to_ioobj(struct obdo *oa, struct obd_ioobj *ioobj) in obdo_to_ioobj() argument
120 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()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1225 struct obd_ioobj *ioobj; in osc_brw_prep_request() local
1256 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()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h269 void obdo_to_ioobj(struct obdo *oa, struct obd_ioobj *ioobj);