Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_mdc.h158 if (cli->cl_max_mds_cookiesize < body->max_cookiesize) { in mdc_update_max_ea_from_body()
159 cli->cl_max_mds_cookiesize = body->max_cookiesize; in mdc_update_max_ea_from_body()
Dobd.h321 int cl_max_mds_cookiesize; member
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2236 if (mdsize > exp->exp_obd->u.cli.cl_max_mds_cookiesize) in mdc_get_info()
2237 exp->exp_obd->u.cli.cl_max_mds_cookiesize = mdsize; in mdc_get_info()
2239 *max_cookiesize = exp->exp_obd->u.cli.cl_max_mds_cookiesize; in mdc_get_info()
2495 if (cli->cl_max_mds_cookiesize < cookiesize) in mdc_init_ea_size()
2496 cli->cl_max_mds_cookiesize = cookiesize; in mdc_init_ea_size()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c439 cli->cl_max_mds_cookiesize = sizeof(struct llog_cookie); in client_obd_setup()