xfs_acl_vtoacl     64 fs/xfs/xfs_acl.h extern int xfs_acl_vtoacl(struct inode *, xfs_acl_t *, xfs_acl_t *);
xfs_acl_vtoacl     74 fs/xfs/xfs_acl.h #define _ACL_GET_ACCESS(pv,pa)	(xfs_acl_vtoacl(pv,pa,NULL) == 0)
xfs_acl_vtoacl     75 fs/xfs/xfs_acl.h #define _ACL_GET_DEFAULT(pv,pd)	(xfs_acl_vtoacl(pv,NULL,pd) == 0)