Searched refs:aclp (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/fs/xfs/ |
D | xfs_acl.c | 33 const struct xfs_acl *aclp, in xfs_acl_from_disk() argument 42 if (len < sizeof(*aclp)) { in xfs_acl_from_disk() 43 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, mp, aclp, in xfs_acl_from_disk() 48 count = be32_to_cpu(aclp->acl_cnt); in xfs_acl_from_disk() 50 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, mp, aclp, in xfs_acl_from_disk() 61 ace = &aclp->acl_entry[i]; in xfs_acl_from_disk() 98 xfs_acl_to_disk(struct xfs_acl *aclp, const struct posix_acl *acl) in xfs_acl_to_disk() argument 104 aclp->acl_cnt = cpu_to_be32(acl->a_count); in xfs_acl_to_disk() 106 ace = &aclp->acl_entry[i]; in xfs_acl_to_disk()
|