Home
last modified time | relevance | path

Searched refs:OBD_CONNECT_CANCELSET (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_export.h246 return !!(exp_connect_flags(exp) & OBD_CONNECT_CANCELSET); in exp_connect_cancelset()
Dlustre_dlm.h469 return !!(ns->ns_connect_flags & OBD_CONNECT_CANCELSET); in ns_connect_cancelset()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c344 ns->ns_connect_flags &= ~OBD_CONNECT_CANCELSET; in early_lock_cancel_store()
345 else if (ns->ns_orig_connect_flags & OBD_CONNECT_CANCELSET) in early_lock_cancel_store()
346 ns->ns_connect_flags |= OBD_CONNECT_CANCELSET; in early_lock_cancel_store()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1224 #define OBD_CONNECT_CANCELSET 0x400000ULL /*Early batched cancels. */ macro
1284 OBD_CONNECT_CANCELSET | OBD_CONNECT_AT | \
1304 OBD_CONNECT_CANCELSET | OBD_CONNECT_AT | \
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c184 OBD_CONNECT_CANCELSET | OBD_CONNECT_FID | in client_common_fill_super()
368 OBD_CONNECT_CANCELSET | OBD_CONNECT_FID | in client_common_fill_super()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1047 LASSERTF(OBD_CONNECT_CANCELSET == 0x400000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1048 OBD_CONNECT_CANCELSET); in lustre_assert_wire_constants()