Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_acl.c40 const struct xfs_acl *aclp, in xfs_acl_from_disk()
96 xfs_acl_to_disk(struct xfs_acl *aclp, const struct posix_acl *acl) in xfs_acl_to_disk()
129 struct xfs_acl *xfs_acl; in xfs_get_acl() local
152 xfs_acl = kmem_zalloc_large(len, KM_SLEEP); in xfs_get_acl()
153 if (!xfs_acl) in xfs_get_acl()
156 error = xfs_attr_get(ip, ea_name, (unsigned char *)xfs_acl, in xfs_get_acl()
170 acl = xfs_acl_from_disk(xfs_acl, len, XFS_ACL_MAX_ENTRIES(ip->i_mount)); in xfs_get_acl()
177 kmem_free(xfs_acl); in xfs_get_acl()
202 struct xfs_acl *xfs_acl; in __xfs_set_acl() local
205 xfs_acl = kmem_zalloc_large(len, KM_SLEEP); in __xfs_set_acl()
[all …]
DMakefile121 xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_format.h1482 struct xfs_acl { struct
1494 ? (XFS_XATTR_SIZE_MAX - sizeof(struct xfs_acl)) / \ argument
1499 (sizeof(struct xfs_acl) + \