Home
last modified time | relevance | path

Searched refs:ioo_bufcnt (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1782 __swab32s(&ioo->ioo_bufcnt); in lustre_swab_obd_ioobj()
2289 ioo->ioo_bufcnt); in dump_ioo()
Dwiretest.c1531 LASSERTF((int)offsetof(struct obd_ioobj, ioo_bufcnt) == 20, "found %lld\n", in lustre_assert_wire_constants()
1532 (long long)(int)offsetof(struct obd_ioobj, ioo_bufcnt)); in lustre_assert_wire_constants()
1533 LASSERTF((int)sizeof(((struct obd_ioobj *)0)->ioo_bufcnt) == 4, "found %lld\n", in lustre_assert_wire_constants()
1534 (long long)(int)sizeof(((struct obd_ioobj *)0)->ioo_bufcnt)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1667 ioo.ioo_bufcnt = npages; in echo_client_prep_commit()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1768 __u32 ioo_bufcnt; /* number of niobufs for this object */ member
/drivers/staging/lustre/lustre/osc/
Dosc_request.c1322 ioobj->ioo_bufcnt = niocount; in osc_brw_prep_request()