Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/lov/
Dlov_pack.c265 if (lov->lov_ocd.ocd_connect_flags & OBD_CONNECT_MAX_EASIZE && in lov_get_stripecnt()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1225 #define OBD_CONNECT_MAX_EASIZE 0x800000000ULL /* preserved for large EA */ macro
1285 OBD_CONNECT_PINGLESS | OBD_CONNECT_MAX_EASIZE |\
1300 OBD_CONNECT_MAX_EASIZE | \
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c205 OBD_CONNECT_MAX_EASIZE | in client_common_fill_super()
383 if (!(data->ocd_connect_flags & OBD_CONNECT_MAX_EASIZE)) { in client_common_fill_super()
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1698 if (ocd->ocd_connect_flags & OBD_CONNECT_MAX_EASIZE) in lustre_swab_connect()
Dwiretest.c1075 LASSERTF(OBD_CONNECT_MAX_EASIZE == 0x800000000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1076 OBD_CONNECT_MAX_EASIZE); in lustre_assert_wire_constants()