Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dxattr_cache.c388 body->max_mdsize * sizeof(__u32)); in ll_xattr_cache_refill()
402 for (i = 0; i < body->max_mdsize; i++) { in ll_xattr_cache_refill()
Dllite_internal.h788 int ll_get_max_mdsize(struct ll_sb_info *sbi, int *max_mdsize);
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1935 LASSERTF((int)offsetof(struct mdt_body, max_mdsize) == 156, "found %lld\n", in lustre_assert_wire_constants()
1936 (long long)(int)offsetof(struct mdt_body, max_mdsize)); in lustre_assert_wire_constants()
1937 LASSERTF((int)sizeof(((struct mdt_body *)0)->max_mdsize) == 4, "found %lld\n", in lustre_assert_wire_constants()
1938 (long long)(int)sizeof(((struct mdt_body *)0)->max_mdsize)); in lustre_assert_wire_constants()
Dpack_generic.c1700 __swab32s(&b->max_mdsize); in lustre_swab_mdt_body()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2226 __u32 max_mdsize; member