Searched refs:ocd_maxbytes (Results 1 – 5 of 5) sorted by relevance
178 imp->imp_connect_data.ocd_maxbytes > 0) { in lov_tgt_maxbytes()179 if (*stripe_maxbytes > imp->imp_connect_data.ocd_maxbytes) in lov_tgt_maxbytes()180 *stripe_maxbytes = imp->imp_connect_data.ocd_maxbytes; in lov_tgt_maxbytes()
1354 __u64 ocd_maxbytes; /* Maximum stripe size in bytes */ member1373 __u64 ocd_maxbytes; /* Maximum stripe size in bytes */ member
939 LASSERTF((int)offsetof(struct obd_connect_data, ocd_maxbytes) == 64, "found %lld\n", in lustre_assert_wire_constants()940 (long long)(int)offsetof(struct obd_connect_data, ocd_maxbytes)); in lustre_assert_wire_constants()941 LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_maxbytes) == 8, "found %lld\n", in lustre_assert_wire_constants()942 (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_maxbytes)); in lustre_assert_wire_constants()
1519 __swab64s(&ocd->ocd_maxbytes); in lustre_swab_connect()
194 (*lsmp)->lsm_maxbytes = imp->imp_connect_data.ocd_maxbytes; in osc_unpackmd()