Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c354 return sprintf(buf, "%d\n", obd->u.cli.cl_checksum ? 1 : 0); in checksums_show()
371 obd->u.cli.cl_checksum = (val ? 1 : 0); in checksums_store()
Dosc_request.c1354 if (cli->cl_checksum && in osc_brw_prep_request()
1385 if (cli->cl_checksum && in osc_brw_prep_request()
2837 exp->exp_obd->u.cli.cl_checksum = (*(int *)val) ? 1 : 0; in osc_set_info_async()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c378 cli->cl_checksum = 1; in client_obd_setup()
/drivers/staging/lustre/lustre/include/
Dobd.h339 unsigned int cl_checksum:1; /* 0 = disabled, 1 = enabled */ member
/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1089 cli->cl_checksum = 0; in ptlrpc_connect_interpret()