Home
last modified time | relevance | path

Searched refs:OBD_CONNECT_CKSUM (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1219 #define OBD_CONNECT_CKSUM 0x20000000ULL /*support several cksum algos*/ macro
1294 LRU_RESIZE_CONNECT_FLAG | OBD_CONNECT_CKSUM | \
/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1092 if (ocd->ocd_connect_flags & OBD_CONNECT_CKSUM) { in ptlrpc_connect_interpret()
Dwiretest.c1063 LASSERTF(OBD_CONNECT_CKSUM == 0x20000000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1064 OBD_CONNECT_CKSUM); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c420 data->ocd_connect_flags |= OBD_CONNECT_CKSUM; in client_common_fill_super()