Searched refs:xvattr_t (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/
H A Dvnode.c53 xva_init(xvattr_t *xvap)
55 bzero(xvap, sizeof (xvattr_t));
67 xva_getxoptattr(xvattr_t *xvap)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_sa.h131 void zfs_sa_get_scanstamp(struct znode *, xvattr_t *);
132 void zfs_sa_set_scanstamp(struct znode *, xvattr_t *, dmu_tx_t *);
H A Dzfs_znode.h352 extern void zfs_xvattr_set(znode_t *zp, xvattr_t *xvap, dmu_tx_t *tx);
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dpolicy.h70 int secpolicy_xvattr(vnode_t *vp, xvattr_t *xvap, uid_t owner, cred_t *cr,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dvnode.h147 } xvattr_t; typedef in typeref:struct:xvattr
170 * the xvattr_t's attribute bitmap. If this is not set then the bitmap
400 * xva_init() initializes an xvattr_t (zero struct, init mapsize, set AT_XATTR)
401 * xva_getxoptattr() returns a ponter to the xoptattr_t section of xvattr_t
403 void xva_init(xvattr_t *);
404 xoptattr_t *xva_getxoptattr(xvattr_t *); /* Get ptr to xoptattr_t */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c107 * build up the log data necessary for logging xvattr_t
109 * is the mapsize and attribute bitmap copied from the xvattr_t.
116 zfs_log_xvattr(lr_attr_t *lrattr, xvattr_t *xvap)
250 xvattr_t *xvap = (xvattr_t *)vap;
569 xvattr_t *xvap = (xvattr_t *)vap;
H A Dzfs_sa.c122 zfs_sa_get_scanstamp(znode_t *zp, xvattr_t *xvap)
156 zfs_sa_set_scanstamp(znode_t *zp, xvattr_t *xvap, dmu_tx_t *tx)
H A Dzfs_replay.c81 zfs_replay_xvattr(lr_attr_t *lrattr, xvattr_t *xvap)
276 xvattr_t xva;
426 xvattr_t xva;
873 xvattr_t xva;
899 * Fill in xvattr_t portions if necessary.
H A Dzfs_vnops.c1817 if ((error = secpolicy_xvattr(dvp, (xvattr_t *)vap,
2113 if ((error = secpolicy_xvattr(dvp, (xvattr_t *)vap,
2668 xvattr_t *xvap = (xvattr_t *)vap; /* vap may be an xvattr_t * */
2880 xvattr_t tmpxvattr;
2893 xvattr_t *xvap = (xvattr_t *)vap; /* vap may be an xvattr_t * */
2936 * If this is an xvattr_t, the
[all...]
H A Dzfs_znode.c996 zfs_xvattr_set(*zpp, (xvattr_t *)vap, tx);
1019 zfs_xvattr_set(znode_t *zp, xvattr_t *xvap, dmu_tx_t *tx)
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_policy.c415 secpolicy_xvattr(vnode_t *vp, xvattr_t *xvap, uid_t owner, cred_t *cr,
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h483 } xvattr_t; typedef in typeref:struct:xvattr

Completed in 213 milliseconds