Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_ea.c179 (imp->imp_connect_data.ocd_connect_flags & OBD_CONNECT_MAXBYTES) && in lov_tgt_maxbytes()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1235 #define OBD_CONNECT_MAXBYTES 0x8000000000ULL /* max stripe size */ macro
1304 OBD_CONNECT_64BITHASH | OBD_CONNECT_MAXBYTES | \
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1672 if (ocd->ocd_connect_flags & OBD_CONNECT_MAXBYTES) in lustre_swab_connect()
Dwiretest.c1083 LASSERTF(OBD_CONNECT_MAXBYTES == 0x8000000000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1084 OBD_CONNECT_MAXBYTES); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c400 OBD_CONNECT_MAXBYTES | in client_common_fill_super()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c185 (imp->imp_connect_data.ocd_connect_flags & OBD_CONNECT_MAXBYTES)) in osc_unpackmd()