Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_acl.c28 const struct xfs_acl *aclp, in xfs_acl_from_disk()
84 xfs_acl_to_disk(struct xfs_acl *aclp, const struct posix_acl *acl) in xfs_acl_to_disk()
117 struct xfs_acl *xfs_acl; in xfs_get_acl() local
140 xfs_acl = kmem_zalloc_large(len, KM_SLEEP); in xfs_get_acl()
141 if (!xfs_acl) in xfs_get_acl()
144 error = xfs_attr_get(ip, ea_name, (unsigned char *)xfs_acl, in xfs_get_acl()
154 acl = xfs_acl_from_disk(xfs_acl, len, in xfs_get_acl()
157 kmem_free(xfs_acl); in xfs_get_acl()
182 struct xfs_acl *xfs_acl; in __xfs_set_acl() local
185 xfs_acl = kmem_zalloc_large(len, KM_SLEEP); in __xfs_set_acl()
[all …]
Dxfs_ondisk.h22 XFS_CHECK_STRUCT_SIZE(struct xfs_acl, 4); in xfs_check_ondisk_structs()
DMakefile125 xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_format.h1659 struct xfs_acl { struct
1671 ? (XFS_XATTR_SIZE_MAX - sizeof(struct xfs_acl)) / \ argument
1676 (sizeof(struct xfs_acl) + \