Home
last modified time | relevance | path

Searched refs:OBD_CONNECT_XATTR (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c216 data->ocd_connect_flags |= OBD_CONNECT_XATTR; in client_common_fill_super()
305 !(data->ocd_connect_flags & OBD_CONNECT_XATTR)) { in client_common_fill_super()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1206 #define OBD_CONNECT_XATTR 0x100ULL /*client use extended attr */ macro
1281 OBD_CONNECT_ACL | OBD_CONNECT_XATTR | \
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1019 LASSERTF(OBD_CONNECT_XATTR == 0x100ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1020 OBD_CONNECT_XATTR); in lustre_assert_wire_constants()