Searched refs:aclsize (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | xattr_cache.c | 402 body->aclsize); in ll_xattr_cache_refill() 412 xvtail = xval + body->aclsize; in ll_xattr_cache_refill()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 475 if (!body->aclsize) in mdc_unpack_acl() 478 buf = req_capsule_server_sized_get(pill, &RMF_ACL, body->aclsize); in mdc_unpack_acl() 483 acl = posix_acl_from_xattr(&init_user_ns, buf, body->aclsize); in mdc_unpack_acl() 611 if (md->body->aclsize) { in mdc_get_lustre_md()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1933 LASSERTF((int)offsetof(struct mdt_body, aclsize) == 152, "found %lld\n", in lustre_assert_wire_constants() 1934 (long long)(int)offsetof(struct mdt_body, aclsize)); in lustre_assert_wire_constants() 1935 LASSERTF((int)sizeof(((struct mdt_body *)0)->aclsize) == 4, "found %lld\n", in lustre_assert_wire_constants() 1936 (long long)(int)sizeof(((struct mdt_body *)0)->aclsize)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 1854 __swab32s(&b->aclsize); in lustre_swab_mdt_body()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2220 __u32 aclsize; member
|