Searched refs:xfs_acl (Results 1 – 3 of 3) sorted by relevance
216 xfs_acl_t *xfs_acl = NULL; in xfs_acl_vget() local221 if (!(_ACL_ALLOC(xfs_acl))) { in xfs_acl_vget()225 memset(xfs_acl, 0, sizeof(xfs_acl_t)); in xfs_acl_vget()229 xfs_acl_get_attr(vp, xfs_acl, kind, flags, &error); in xfs_acl_vget()236 if (xfs_acl_invalid(xfs_acl)) { in xfs_acl_vget()241 xfs_acl_sync_mode(XFS_I(vp)->i_d.di_mode, xfs_acl); in xfs_acl_vget()242 error = -posix_acl_xfs_to_xattr(xfs_acl, ext_acl, size); in xfs_acl_vget()245 if(xfs_acl) in xfs_acl_vget()246 _ACL_FREE(xfs_acl); in xfs_acl_vget()277 xfs_acl_t *xfs_acl; in xfs_acl_vset() local[all …]
37 typedef struct xfs_acl { struct
42 xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o