Home
last modified time | relevance | path

Searched refs:ioo_max_brw (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dobdo.c210 ioobj->ioo_max_brw = 0; in obdo_to_ioobj()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1765 __u32 ioo_max_brw; /* low 16 bits were o_mode before 2.4, member
1773 #define ioobj_max_brw_get(ioo) (((ioo)->ioo_max_brw >> IOOBJ_MAX_BRW_BITS) + 1)
1775 do { (ioo)->ioo_max_brw = ((num) - 1) << IOOBJ_MAX_BRW_BITS; } while (0)
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1781 __swab32s(&ioo->ioo_max_brw); in lustre_swab_obd_ioobj()
2288 "ioo_bufct=%d\n", POSTID(&ioo->ioo_oid), ioo->ioo_max_brw, in dump_ioo()
Dwiretest.c1527 LASSERTF((int)offsetof(struct obd_ioobj, ioo_max_brw) == 16, "found %lld\n", in lustre_assert_wire_constants()
1528 (long long)(int)offsetof(struct obd_ioobj, ioo_max_brw)); in lustre_assert_wire_constants()
1529 LASSERTF((int)sizeof(((struct obd_ioobj *)0)->ioo_max_brw) == 4, "found %lld\n", in lustre_assert_wire_constants()
1530 (long long)(int)sizeof(((struct obd_ioobj *)0)->ioo_max_brw)); in lustre_assert_wire_constants()