Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/lov/
Dlov_ea.c178 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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1354 __u64 ocd_maxbytes; /* Maximum stripe size in bytes */ member
1373 __u64 ocd_maxbytes; /* Maximum stripe size in bytes */ member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c939 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()
Dpack_generic.c1519 __swab64s(&ocd->ocd_maxbytes); in lustre_swab_connect()
/drivers/staging/lustre/lustre/osc/
Dosc_request.c194 (*lsmp)->lsm_maxbytes = imp->imp_connect_data.ocd_maxbytes; in osc_unpackmd()