Home
last modified time | relevance | path

Searched refs:aclsize (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dxattr_cache.c402 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/
Dmdc_request.c475 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/
Dwiretest.c1933 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()
Dpack_generic.c1854 __swab32s(&b->aclsize); in lustre_swab_mdt_body()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2220 __u32 aclsize; member