Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_acl.c33 const struct xfs_acl *aclp, in xfs_acl_from_disk()
98 xfs_acl_to_disk(struct xfs_acl *aclp, const struct posix_acl *acl) in xfs_acl_to_disk()
H A DMakefile148 xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o
/linux/fs/xfs/libxfs/
H A Dxfs_format.h1994 struct xfs_acl { struct
2006 ? (XFS_XATTR_SIZE_MAX - sizeof(struct xfs_acl)) / \ argument
2011 (sizeof(struct xfs_acl) + \
H A Dxfs_ondisk.h30 XFS_CHECK_STRUCT_SIZE(struct xfs_acl, 4); in xfs_check_ondisk_structs()