Home
last modified time | relevance | path

Searched refs:max_mdsize (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/lustre/include/
Dlustre_mdc.h153 if (cli->cl_max_mds_easize < body->max_mdsize) { in mdc_update_max_ea_from_body()
154 cli->cl_max_mds_easize = body->max_mdsize; in mdc_update_max_ea_from_body()
156 min_t(__u32, body->max_mdsize, PAGE_CACHE_SIZE); in mdc_update_max_ea_from_body()
/drivers/staging/lustre/lustre/llite/
Dxattr_cache.c406 body->max_mdsize * sizeof(__u32)); in ll_xattr_cache_refill()
420 for (i = 0; i < body->max_mdsize; i++) { in ll_xattr_cache_refill()
Dllite_internal.h821 int ll_get_max_mdsize(struct ll_sb_info *sbi, int *max_mdsize);
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1937 LASSERTF((int)offsetof(struct mdt_body, max_mdsize) == 156, "found %lld\n", in lustre_assert_wire_constants()
1938 (long long)(int)offsetof(struct mdt_body, max_mdsize)); in lustre_assert_wire_constants()
1939 LASSERTF((int)sizeof(((struct mdt_body *)0)->max_mdsize) == 4, "found %lld\n", in lustre_assert_wire_constants()
1940 (long long)(int)sizeof(((struct mdt_body *)0)->max_mdsize)); in lustre_assert_wire_constants()
Dpack_generic.c1883 __swab32s(&b->max_mdsize); in lustre_swab_mdt_body()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2216 __u32 max_mdsize; member