Searched refs:xfs_acl (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/fs/xfs/
H A Dxfs_acl.c24 #include "xfs_acl.h"
40 const struct xfs_acl *aclp, xfs_acl_from_disk()
96 xfs_acl_to_disk(struct xfs_acl *aclp, const struct posix_acl *acl) xfs_acl_to_disk()
129 struct xfs_acl *xfs_acl; xfs_get_acl() local
152 xfs_acl = kmem_zalloc_large(len, KM_SLEEP); xfs_get_acl()
153 if (!xfs_acl) xfs_get_acl()
156 error = xfs_attr_get(ip, ea_name, (unsigned char *)xfs_acl, xfs_get_acl()
170 acl = xfs_acl_from_disk(xfs_acl, len, XFS_ACL_MAX_ENTRIES(ip->i_mount)); xfs_get_acl()
177 kmem_free(xfs_acl); xfs_get_acl()
202 struct xfs_acl *xfs_acl; __xfs_set_acl() local
205 xfs_acl = kmem_zalloc_large(len, KM_SLEEP); __xfs_set_acl()
206 if (!xfs_acl) __xfs_set_acl()
209 xfs_acl_to_disk(xfs_acl, acl); __xfs_set_acl()
215 error = xfs_attr_set(ip, ea_name, (unsigned char *)xfs_acl, __xfs_set_acl()
218 kmem_free(xfs_acl); __xfs_set_acl()
H A Dxfs_xattr.c28 #include "xfs_acl.h"
H A Dxfs_iops.c29 #include "xfs_acl.h"
H A Dxfs_ioctl.c43 #include "xfs_acl.h"
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_format.h1482 struct xfs_acl {
1494 ? (XFS_XATTR_SIZE_MAX - sizeof(struct xfs_acl)) / \
1499 (sizeof(struct xfs_acl) + \

Completed in 277 milliseconds