Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_acl.c40 struct xfs_acl *aclp, in xfs_acl_from_disk()
93 xfs_acl_to_disk(struct xfs_acl *aclp, const struct posix_acl *acl) in xfs_acl_to_disk()
126 struct xfs_acl *xfs_acl; in xfs_get_acl() local
149 xfs_acl = kmem_zalloc_large(len, KM_SLEEP); in xfs_get_acl()
150 if (!xfs_acl) in xfs_get_acl()
153 error = xfs_attr_get(ip, ea_name, (unsigned char *)xfs_acl, in xfs_get_acl()
166 acl = xfs_acl_from_disk(xfs_acl, XFS_ACL_MAX_ENTRIES(ip->i_mount)); in xfs_get_acl()
173 kmem_free(xfs_acl); in xfs_get_acl()
198 struct xfs_acl *xfs_acl; in __xfs_set_acl() local
201 xfs_acl = kmem_zalloc_large(len, KM_SLEEP); in __xfs_set_acl()
[all …]
DMakefile120 xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_format.h1435 struct xfs_acl { struct
1447 ? (XATTR_SIZE_MAX - sizeof(struct xfs_acl)) / \ argument
1452 (sizeof(struct xfs_acl) + \