Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1025 if ((imp->imp_connect_flags_orig & OBD_CONNECT_IBITS) && in ptlrpc_connect_interpret()
1026 !(ocd->ocd_connect_flags & OBD_CONNECT_IBITS)) { in ptlrpc_connect_interpret()
Dwiretest.c1027 LASSERTF(OBD_CONNECT_IBITS == 0x1000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1028 OBD_CONNECT_IBITS); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1210 #define OBD_CONNECT_IBITS 0x1000ULL /*support for inodebits locks*/ macro
1282 OBD_CONNECT_IBITS | \
1323 #define CLIENT_CONNECT_MDT_REQD (OBD_CONNECT_IBITS | OBD_CONNECT_FID | \
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c456 !(exp_connect_flags(exp) & OBD_CONNECT_IBITS))) in ldlm_cli_enqueue_fini()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c181 data->ocd_connect_flags = OBD_CONNECT_IBITS | OBD_CONNECT_NODEVOH | in client_common_fill_super()