Lines Matching refs:attrzp
2719 znode_t *attrzp;
2803 attrzp = NULL;
3036 err = zfs_zget(zp->z_zfsvfs, xattr_obj, &attrzp);
3045 if (attrzp)
3046 VN_RELE(ZTOV(attrzp));
3057 if (attrzp)
3058 VN_RELE(ZTOV(attrzp));
3111 if (attrzp) {
3112 dmu_tx_hold_sa(tx, attrzp->z_sa_hdl, B_FALSE);
3142 if (attrzp) {
3144 mutex_enter(&attrzp->z_acl_lock);
3145 mutex_enter(&attrzp->z_lock);
3147 SA_ZPL_FLAGS(zfsvfs), NULL, &attrzp->z_pflags,
3148 sizeof (attrzp->z_pflags));
3157 if (attrzp) {
3161 attrzp->z_uid = new_uid;
3169 if (attrzp) {
3173 attrzp->z_gid = new_gid;
3183 if (attrzp) {
3184 err = zfs_acl_chown_setattr(attrzp);
3228 if (attrzp) {
3232 zfs_tstamp_update_setup(attrzp, STATE_CHANGED,
3283 if (attrzp) {
3285 mutex_exit(&attrzp->z_acl_lock);
3286 mutex_exit(&attrzp->z_lock);
3289 if (err == 0 && attrzp) {
3290 err2 = sa_bulk_update(attrzp->z_sa_hdl, xattr_bulk,
3295 if (attrzp)
3296 VN_RELE(ZTOV(attrzp));