Searched refs:max_cookiesize (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_mdc.h | 158 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()
|
D | obd.h | 605 int max_cookiesize; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 303 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/ |
D | mdc_request.c | 2231 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/ |
D | llite_internal.h | 822 int ll_get_max_cookiesize(struct ll_sb_info *sbi, int *max_cookiesize);
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1941 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()
|
D | pack_generic.c | 1856 __swab32s(&b->max_cookiesize); in lustre_swab_mdt_body()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2222 __u32 max_cookiesize; member
|