Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_acl.c28 const 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()
128 struct xfs_acl *xfs_acl = NULL; in xfs_get_acl() local
151 error = xfs_attr_get(ip, ea_name, (unsigned char **)&xfs_acl, &len, in xfs_get_acl()
161 acl = xfs_acl_from_disk(ip->i_mount, xfs_acl, len, in xfs_get_acl()
163 kmem_free(xfs_acl); in xfs_get_acl()
189 struct xfs_acl *xfs_acl; in __xfs_set_acl() local
192 xfs_acl = kmem_zalloc_large(len, 0); in __xfs_set_acl()
193 if (!xfs_acl) in __xfs_set_acl()
196 xfs_acl_to_disk(xfs_acl, acl); 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
/fs/xfs/libxfs/
Dxfs_format.h1691 struct xfs_acl { struct
1703 ? (XFS_XATTR_SIZE_MAX - sizeof(struct xfs_acl)) / \ argument
1708 (sizeof(struct xfs_acl) + \