Home
last modified time | relevance | path

Searched refs:max_cookiesize (Results 1 – 8 of 8) 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()
161 min_t(__u32, body->max_cookiesize, PAGE_CACHE_SIZE); in mdc_update_max_ea_from_body()
Dobd.h605 int max_cookiesize; member
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c303 if (lmv->max_cookiesize < cookiesize) { in lmv_init_ea_size()
304 lmv->max_cookiesize = cookiesize; in lmv_init_ea_size()
412 lmv->max_cookiesize, lmv->max_def_cookiesize); in lmv_connect_mdc()
1338 lmv->max_cookiesize = 0; in lmv_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2231 int mdsize, *max_cookiesize; in mdc_get_info() local
2238 max_cookiesize = val; in mdc_get_info()
2239 *max_cookiesize = exp->exp_obd->u.cli.cl_max_mds_cookiesize; in mdc_get_info()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_internal.h822 int ll_get_max_cookiesize(struct ll_sb_info *sbi, int *max_cookiesize);
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1941 LASSERTF((int)offsetof(struct mdt_body, max_cookiesize) == 160, "found %lld\n", in lustre_assert_wire_constants()
1942 (long long)(int)offsetof(struct mdt_body, max_cookiesize)); in lustre_assert_wire_constants()
1943 LASSERTF((int)sizeof(((struct mdt_body *)0)->max_cookiesize) == 4, "found %lld\n", in lustre_assert_wire_constants()
1944 (long long)(int)sizeof(((struct mdt_body *)0)->max_cookiesize)); in lustre_assert_wire_constants()
Dpack_generic.c1856 __swab32s(&b->max_cookiesize); in lustre_swab_mdt_body()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2222 __u32 max_cookiesize; member