Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_export.h232 if (exp_connect_flags(exp) & OBD_CONNECT_BRW_SIZE) in exp_max_brw_size()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c183 OBD_CONNECT_VERSION | OBD_CONNECT_BRW_SIZE | in client_common_fill_super()
338 if (data->ocd_connect_flags & OBD_CONNECT_BRW_SIZE) in client_common_fill_super()
367 OBD_CONNECT_REQPORTAL | OBD_CONNECT_BRW_SIZE | in client_common_fill_super()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1220 #define OBD_CONNECT_BRW_SIZE 0x40000ULL /*Max bytes per rpc */ macro
1287 OBD_CONNECT_BRW_SIZE | OBD_CONNECT_MDS_CAPA | \
1303 OBD_CONNECT_BRW_SIZE | OBD_CONNECT_OSS_CAPA | \
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1101 if (ocd->ocd_connect_flags & OBD_CONNECT_BRW_SIZE) in ptlrpc_connect_interpret()
Dwiretest.c1039 LASSERTF(OBD_CONNECT_BRW_SIZE == 0x40000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1040 OBD_CONNECT_BRW_SIZE); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2062 OBD_CONNECT_BRW_SIZE | in echo_client_setup()