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

/linux-4.1.27/fs/xfs/
H A Dxfs_acl.c24 #include "xfs_acl.h"
40 struct xfs_acl *aclp, xfs_acl_from_disk()
93 xfs_acl_to_disk(struct xfs_acl *aclp, const struct posix_acl *acl) xfs_acl_to_disk()
126 struct xfs_acl *xfs_acl; xfs_get_acl() local
149 xfs_acl = kmem_zalloc_large(len, KM_SLEEP); xfs_get_acl()
150 if (!xfs_acl) xfs_get_acl()
153 error = xfs_attr_get(ip, ea_name, (unsigned char *)xfs_acl, xfs_get_acl()
166 acl = xfs_acl_from_disk(xfs_acl, XFS_ACL_MAX_ENTRIES(ip->i_mount)); xfs_get_acl()
173 kmem_free(xfs_acl); xfs_get_acl()
198 struct xfs_acl *xfs_acl; __xfs_set_acl() local
201 xfs_acl = kmem_zalloc_large(len, KM_SLEEP); __xfs_set_acl()
202 if (!xfs_acl) __xfs_set_acl()
205 xfs_acl_to_disk(xfs_acl, acl); __xfs_set_acl()
211 error = xfs_attr_set(ip, ea_name, (unsigned char *)xfs_acl, __xfs_set_acl()
214 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"
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_format.h1435 struct xfs_acl {
1447 ? (XATTR_SIZE_MAX - sizeof(struct xfs_acl)) / \
1452 (sizeof(struct xfs_acl) + \

Completed in 202 milliseconds