Searched refs:xfs_acl (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/ |
D | xfs_acl.c | 26 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 …]
|
D | xfs_ondisk.h | 22 XFS_CHECK_STRUCT_SIZE(struct xfs_acl, 4); in xfs_check_ondisk_structs()
|
D | Makefile | 125 xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o
|
/fs/xfs/libxfs/ |
D | xfs_format.h | 1667 struct xfs_acl { struct 1679 ? (XFS_XATTR_SIZE_MAX - sizeof(struct xfs_acl)) / \ argument 1684 (sizeof(struct xfs_acl) + \
|