Home
last modified time | relevance | path

Searched refs:eadatasize (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dxattr.c392 rc = body->eadatasize; in ll_getxattr_common()
396 if (size < body->eadatasize) { in ll_getxattr_common()
398 body->eadatasize, (int)size); in ll_getxattr_common()
403 if (body->eadatasize == 0) { in ll_getxattr_common()
410 body->eadatasize); in ll_getxattr_common()
416 memcpy(buffer, xdata, body->eadatasize); in ll_getxattr_common()
417 rc = body->eadatasize; in ll_getxattr_common()
Dsymlink.c92 if (body->eadatasize != symlen) { in ll_readlink_internal()
94 inode->i_ino, body->eadatasize - 1, symlen - 1); in ll_readlink_internal()
Dxattr_cache.c384 body->eadatasize); in ll_xattr_cache_refill()
395 xtail = xdata + body->eadatasize; in ll_xattr_cache_refill()
Dnamei.c885 if (body->eadatasize == 0) { in ll_objects_destroy()
896 body->eadatasize); in ll_objects_destroy()
899 rc = obd_unpackmd(ll_i2dtexp(dir), &lsm, eadata, body->eadatasize); in ll_objects_destroy()
Ddir.c821 lmmsize = body->eadatasize; in ll_dir_getstripe()
Dfile.c1406 lmmsize = body->eadatasize; in ll_lov_getstripe_ea_info()
3321 lmmsize = body->eadatasize; in ll_layout_fetch()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_internal.h87 if (!body || !S_ISDIR(body->mode) || !body->eadatasize) in lmv_get_mea()
91 body->eadatasize); in lmv_get_mea()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c263 body->eadatasize); in mdc_realloc_openmsg()
266 DLM_INTENT_REC_OFF + 4, body->eadatasize); in mdc_realloc_openmsg()
268 body->eadatasize = 0; in mdc_realloc_openmsg()
647 body->eadatasize); in mdc_finish_enqueue()
654 lvb_len = body->eadatasize; in mdc_finish_enqueue()
670 body->eadatasize) in mdc_finish_enqueue()
674 body->eadatasize, in mdc_finish_enqueue()
679 body->eadatasize); in mdc_finish_enqueue()
683 memcpy(lmm, eadata, body->eadatasize); in mdc_finish_enqueue()
Dmdc_request.c143 if (body->eadatasize != 0) { in mdc_getattr_common()
147 body->eadatasize); in mdc_getattr_common()
474 if (md->body->eadatasize == 0) { in mdc_get_lustre_md()
480 lmmsize = md->body->eadatasize; in mdc_get_lustre_md()
510 if (md->body->eadatasize == 0) { in mdc_get_lustre_md()
516 lmvsize = md->body->eadatasize; in mdc_get_lustre_md()
Dmdc_lib.c88 b->eadatasize = ea_size; in mdc_pack_body()
435 b->eadatasize = ea_size; in mdc_getattr_pack()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1927 LASSERTF((int)offsetof(struct mdt_body, eadatasize) == 148, "found %lld\n", in lustre_assert_wire_constants()
1928 (long long)(int)offsetof(struct mdt_body, eadatasize)); in lustre_assert_wire_constants()
1929 LASSERTF((int)sizeof(((struct mdt_body *)0)->eadatasize) == 4, "found %lld\n", in lustre_assert_wire_constants()
1930 (long long)(int)sizeof(((struct mdt_body *)0)->eadatasize)); in lustre_assert_wire_constants()
Dpack_generic.c1698 __swab32s(&b->eadatasize); in lustre_swab_mdt_body()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2224 __u32 eadatasize; member