Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_acl.c40 const struct xfs_acl *aclp, in xfs_acl_from_disk() argument
49 if (len < sizeof(*aclp)) in xfs_acl_from_disk()
51 count = be32_to_cpu(aclp->acl_cnt); in xfs_acl_from_disk()
61 ace = &aclp->acl_entry[i]; in xfs_acl_from_disk()
96 xfs_acl_to_disk(struct xfs_acl *aclp, const struct posix_acl *acl) in xfs_acl_to_disk() argument
102 aclp->acl_cnt = cpu_to_be32(acl->a_count); in xfs_acl_to_disk()
104 ace = &aclp->acl_entry[i]; in xfs_acl_to_disk()