Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c390 if (obd->u.cli.cl_cksum_type == (1 << i)) in osc_checksum_type_seq_show()
425 obd->u.cli.cl_cksum_type = 1 << i; in osc_checksum_type_seq_write()
Dosc_request.c1358 cksum_type_t cksum_type = cli->cl_cksum_type; in osc_brw_prep_request()
1389 body->oa.o_flags |= cksum_type_pack(cli->cl_cksum_type); in osc_brw_prep_request()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c384 cli->cl_cksum_type = cli->cl_supp_cksum_types = OBD_CKSUM_CRC32; in client_obd_setup()
/drivers/staging/lustre/lustre/include/
Dobd.h343 cksum_type_t cl_cksum_type; member
/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1099 cli->cl_cksum_type = cksum_type_select(cli->cl_supp_cksum_types); in ptlrpc_connect_interpret()