Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_acl.c28 const struct xfs_acl *aclp, in xfs_acl_from_disk() argument
37 if (len < sizeof(*aclp)) in xfs_acl_from_disk()
39 count = be32_to_cpu(aclp->acl_cnt); in xfs_acl_from_disk()
49 ace = &aclp->acl_entry[i]; in xfs_acl_from_disk()
84 xfs_acl_to_disk(struct xfs_acl *aclp, const struct posix_acl *acl) in xfs_acl_to_disk() argument
90 aclp->acl_cnt = cpu_to_be32(acl->a_count); in xfs_acl_to_disk()
92 ace = &aclp->acl_entry[i]; in xfs_acl_to_disk()