Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1035 if ((imp->imp_connect_flags_orig & OBD_CONNECT_IBITS) && in ptlrpc_connect_interpret()
1036 !(ocd->ocd_connect_flags & OBD_CONNECT_IBITS)) { in ptlrpc_connect_interpret()
Dwiretest.c1029 LASSERTF(OBD_CONNECT_IBITS == 0x1000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1030 OBD_CONNECT_IBITS); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1203 #define OBD_CONNECT_IBITS 0x1000ULL /*support for inodebits locks*/ macro
1276 OBD_CONNECT_IBITS | \
1317 #define CLIENT_CONNECT_MDT_REQD (OBD_CONNECT_IBITS | OBD_CONNECT_FID | \
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c629 !(exp_connect_flags(exp) & OBD_CONNECT_IBITS))) in ldlm_cli_enqueue_fini()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c192 data->ocd_connect_flags = OBD_CONNECT_IBITS | OBD_CONNECT_NODEVOH | in client_common_fill_super()