Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_pack.c265 if (lov->lov_ocd.ocd_connect_flags & OBD_CONNECT_MAX_EASIZE && in lov_get_stripecnt()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1230 #define OBD_CONNECT_MAX_EASIZE 0x800000000ULL /* preserved for large EA */ macro
1290 OBD_CONNECT_PINGLESS | OBD_CONNECT_MAX_EASIZE |\
1305 OBD_CONNECT_MAX_EASIZE | \
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c204 OBD_CONNECT_MAX_EASIZE | in client_common_fill_super()
376 if (!(data->ocd_connect_flags & OBD_CONNECT_MAX_EASIZE)) { in client_common_fill_super()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1670 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()