Home
last modified time | relevance | path

Searched refs:OBD_CONNECT_MAXBYTES (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_ea.c177 (imp->imp_connect_data.ocd_connect_flags & OBD_CONNECT_MAXBYTES) && in lov_tgt_maxbytes()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1242 #define OBD_CONNECT_MAXBYTES 0x8000000000ULL /* max stripe size */ macro
1310 OBD_CONNECT_64BITHASH | OBD_CONNECT_MAXBYTES | \
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1518 if (ocd->ocd_connect_flags & OBD_CONNECT_MAXBYTES) in lustre_swab_connect()
Dwiretest.c1081 LASSERTF(OBD_CONNECT_MAXBYTES == 0x8000000000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1082 OBD_CONNECT_MAXBYTES); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c373 OBD_CONNECT_MAXBYTES | in client_common_fill_super()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c193 (imp->imp_connect_data.ocd_connect_flags & OBD_CONNECT_MAXBYTES)) in osc_unpackmd()