Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_acl.c26 const struct xfs_acl *aclp, in xfs_acl_from_disk()
82 xfs_acl_to_disk(struct xfs_acl *aclp, const struct posix_acl *acl) in xfs_acl_to_disk()
115 struct xfs_acl *xfs_acl = NULL; in xfs_get_acl() local
138 error = xfs_attr_get(ip, ea_name, (unsigned char **)&xfs_acl, &len, in xfs_get_acl()
148 acl = xfs_acl_from_disk(xfs_acl, len, in xfs_get_acl()
150 kmem_free(xfs_acl); in xfs_get_acl()
176 struct xfs_acl *xfs_acl; in __xfs_set_acl() local
179 xfs_acl = kmem_zalloc_large(len, 0); in __xfs_set_acl()
180 if (!xfs_acl) in __xfs_set_acl()
183 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.h1667 struct xfs_acl { struct
1679 ? (XFS_XATTR_SIZE_MAX - sizeof(struct xfs_acl)) / \ argument
1684 (sizeof(struct xfs_acl) + \