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

/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dpolicy.h57 int secpolicy_xvattr(xvattr_t *, uid_t, cred_t *, mode_t);
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzfs_sa.h139 void zfs_sa_get_scanstamp(struct znode *, xvattr_t *);
140 void zfs_sa_set_scanstamp(struct znode *, xvattr_t *, dmu_tx_t *);
H A Dxvattr.h144 } xvattr_t; typedef in typeref:struct:xvattr
283 xva_init(xvattr_t *xvap)
285 bzero(xvap, sizeof (xvattr_t));
297 xva_getxoptattr(xvattr_t *xvap)
H A Dzfs_znode.h287 extern void zfs_xvattr_set(znode_t *zp, xvattr_t *xvap, dmu_tx_t *tx);
H A Dzfs_context.h557 } xvattr_t; typedef in typeref:struct:xvattr
/freebsd-13-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-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dpolicy.h69 int secpolicy_xvattr(vnode_t *vp, xvattr_t *xvap, uid_t owner, cred_t *cr,
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfs_log.c100 * build up the log data necessary for logging xvattr_t
102 * is the mapsize and attribute bitmap copied from the xvattr_t.
109 zfs_log_xvattr(lr_attr_t *lrattr, xvattr_t *xvap)
311 xvattr_t *xvap = (xvattr_t *)vap;
664 xvattr_t *xvap = (xvattr_t *)vap;
H A Dzfs_replay.c91 zfs_replay_xvattr(lr_attr_t *lrattr, xvattr_t *xvap)
297 xvattr_t xva;
449 xvattr_t xva;
821 xvattr_t xva;
848 * Fill in xvattr_t portions if necessary.
H A Dzfs_sa.c125 zfs_sa_get_scanstamp(znode_t *zp, xvattr_t *xvap)
159 zfs_sa_set_scanstamp(znode_t *zp, xvattr_t *xvap, dmu_tx_t *tx)
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dpolicy.c348 secpolicy_xvattr(xvattr_t *xvap, uid_t owner, cred_t *cr, mode_t type)
H A Dzpl_file.c825 * Map zfs file z_pflags (xvattr_t) to linux file attributes. Only file
852 __zpl_ioctl_setflags(struct inode *ip, uint32_t ioctl_flags, xvattr_t *xva)
900 xvattr_t xva;
940 xvattr_t xva;
H A Dzfs_vnops_os.c604 if ((error = secpolicy_xvattr((xvattr_t *)vap,
839 if ((error = secpolicy_xvattr((xvattr_t *)vap,
1234 if ((error = secpolicy_xvattr((xvattr_t *)vap,
1855 xvattr_t *tmpxvattr;
1868 xvattr_t *xvap = (xvattr_t *)vap; /* vap may be an xvattr_t * */
1885 * If this is a xvattr_t, then get a pointer to the structure of
1944 tmpxvattr = kmem_alloc(sizeof (xvattr_t), KM_SLEEP);
2556 kmem_free(tmpxvattr, sizeof (xvattr_t));
[all...]
H A Dzfs_znode.c953 zfs_xvattr_set(znode_t *zp, xvattr_t *xvap, dmu_tx_t *tx)
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_policy.c424 secpolicy_xvattr(vnode_t *vp, xvattr_t *xvap, uid_t owner, cred_t *cr,
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1096 if ((error = secpolicy_xvattr(ZTOV(dzp), (xvattr_t *)vap,
1449 if ((error = secpolicy_xvattr(ZTOV(dzp), (xvattr_t *)vap,
2013 xvattr_t *xvap = (xvattr_t *)vap; /* vap may be an xvattr_t * */
2227 xvattr_t tmpxvattr;
2241 xvattr_t *xvap = (xvattr_t *)vap; /* vap may be an xvattr_t * */
2284 * If this is an xvattr_t, the
[all...]
H A Dzfs_znode.c798 zfs_xvattr_set(*zpp, (xvattr_t *)vap, tx);
822 zfs_xvattr_set(znode_t *zp, xvattr_t *xvap, dmu_tx_t *tx)

Completed in 134 milliseconds