Lines Matching refs:xfs_acl_t

53 STATIC int	xfs_acl_setmode(vnode_t *, xfs_acl_t *, int *);
54 STATIC void xfs_acl_filter_mode(mode_t, xfs_acl_t *);
55 STATIC void xfs_acl_get_endian(xfs_acl_t *);
56 STATIC int xfs_acl_access(uid_t, gid_t, xfs_acl_t *, mode_t, cred_t *);
57 STATIC int xfs_acl_invalid(xfs_acl_t *);
58 STATIC void xfs_acl_sync_mode(mode_t, xfs_acl_t *);
59 STATIC void xfs_acl_get_attr(vnode_t *, xfs_acl_t *, int, int, int *);
60 STATIC void xfs_acl_set_attr(vnode_t *, xfs_acl_t *, int, int *);
101 xfs_acl_t *dest) in posix_acl_xattr_to_xfs()
116 memset(dest, 0, sizeof(xfs_acl_t)); in posix_acl_xattr_to_xfs()
179 xfs_acl_t *src, in posix_acl_xfs_to_xattr()
229 xfs_acl_t *xfs_acl = NULL; in xfs_acl_vget()
239 memset(xfs_acl, 0, sizeof(xfs_acl_t)); in xfs_acl_vget()
300 xfs_acl_t *xfs_acl; in xfs_acl_vset()
353 xfs_acl_t *acl; in xfs_acl_iaccess()
360 rval = sizeof(xfs_acl_t); in xfs_acl_iaccess()
413 xfs_acl_t *fap) in xfs_acl_find_any_exec()
453 xfs_acl_t *fap) in xfs_acl_capability_check()
478 xfs_acl_t *fap, in xfs_acl_access()
579 xfs_acl_t *aclp) in xfs_acl_invalid()
638 xfs_acl_t *aclp) in xfs_acl_get_endian()
657 xfs_acl_t *aclp, in xfs_acl_get_attr()
662 int len = sizeof(xfs_acl_t); in xfs_acl_get_attr()
680 xfs_acl_t *aclp, in xfs_acl_set_attr()
685 xfs_acl_t *newacl; in xfs_acl_set_attr()
693 len = sizeof(xfs_acl_t) - in xfs_acl_set_attr()
713 xfs_acl_t *access_acl, in xfs_acl_vtoacl()
714 xfs_acl_t *default_acl) in xfs_acl_vtoacl()
753 xfs_acl_t *pdaclp) in xfs_acl_inherit()
755 xfs_acl_t *cacl; in xfs_acl_inherit()
779 memcpy(cacl, pdaclp, sizeof(xfs_acl_t)); in xfs_acl_inherit()
808 xfs_acl_t *acl, in xfs_acl_setmode()
898 xfs_acl_t *acl) in xfs_acl_sync_mode()
942 xfs_acl_t *acl) in xfs_acl_filter_mode()