Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_pack.c245 if (lov->lov_ocd.ocd_connect_flags & OBD_CONNECT_MAX_EASIZE && in lov_get_stripecnt()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1237 #define OBD_CONNECT_MAX_EASIZE 0x800000000ULL /* preserved for large EA */ macro
1296 OBD_CONNECT_PINGLESS | OBD_CONNECT_MAX_EASIZE |\
1311 OBD_CONNECT_MAX_EASIZE | \
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c192 OBD_CONNECT_MAX_EASIZE | in client_common_fill_super()
349 if (!(data->ocd_connect_flags & OBD_CONNECT_MAX_EASIZE)) { in client_common_fill_super()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1516 if (ocd->ocd_connect_flags & OBD_CONNECT_MAX_EASIZE) in lustre_swab_connect()
Dwiretest.c1073 LASSERTF(OBD_CONNECT_MAX_EASIZE == 0x800000000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1074 OBD_CONNECT_MAX_EASIZE); in lustre_assert_wire_constants()