Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c202 data->ocd_connect_flags |= OBD_CONNECT_ACL | OBD_CONNECT_UMASK; in client_common_fill_super()
310 if (data->ocd_connect_flags & OBD_CONNECT_ACL) { in client_common_fill_super()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1205 #define OBD_CONNECT_ACL 0x80ULL /*access control lists */ macro
1281 OBD_CONNECT_ACL | OBD_CONNECT_XATTR | \
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1017 LASSERTF(OBD_CONNECT_ACL == 0x80ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1018 OBD_CONNECT_ACL); in lustre_assert_wire_constants()