Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1199 #define OBD_CONNECT_XATTR 0x100ULL /*client use extended attr */ macro
1275 OBD_CONNECT_ACL | OBD_CONNECT_XATTR | \
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c228 data->ocd_connect_flags |= OBD_CONNECT_XATTR; in client_common_fill_super()
322 !(data->ocd_connect_flags & OBD_CONNECT_XATTR)) { in client_common_fill_super()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1021 LASSERTF(OBD_CONNECT_XATTR == 0x100ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1022 OBD_CONNECT_XATTR); in lustre_assert_wire_constants()