Home
last modified time | relevance | path

Searched refs:z_sa_hdl (Results 1 – 10 of 10) sorted by relevance

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_sa.c73 dmu_buf_t *db = sa_get_db(zp->z_sa_hdl); in zfs_sa_readlink()
97 dmu_buf_t *db = sa_get_db(zp->z_sa_hdl); in zfs_sa_symlink()
130 if (sa_lookup(zp->z_sa_hdl, SA_ZPL_SCANSTAMP(zfsvfs), in zfs_sa_get_scanstamp()
136 dmu_buf_t *db = sa_get_db(zp->z_sa_hdl); in zfs_sa_get_scanstamp()
142 sa_object_info(zp->z_sa_hdl, &doi); in zfs_sa_get_scanstamp()
164 VERIFY(0 == sa_update(zp->z_sa_hdl, SA_ZPL_SCANSTAMP(zfsvfs), in zfs_sa_set_scanstamp()
169 dmu_buf_t *db = sa_get_db(zp->z_sa_hdl); in zfs_sa_set_scanstamp()
172 sa_object_info(zp->z_sa_hdl, &doi); in zfs_sa_set_scanstamp()
181 VERIFY(0 == sa_update(zp->z_sa_hdl, SA_ZPL_FLAGS(zfsvfs), in zfs_sa_set_scanstamp()
325 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_TRUE); in zfs_sa_upgrade_txholds()
HDzfs_znode.c203 nzp->z_sa_hdl = ozp->z_sa_hdl; in zfs_znode_move_impl()
221 sa_set_userp(nzp->z_sa_hdl, nzp); in zfs_znode_move_impl()
229 ozp->z_sa_hdl = NULL; in zfs_znode_move_impl()
508 sa_handle_destroy(sharezp->z_sa_hdl); in zfs_create_share_dir()
563 ASSERT(zp->z_sa_hdl == NULL); in zfs_znode_sa_init()
567 SA_HDL_SHARED, &zp->z_sa_hdl)); in zfs_znode_sa_init()
569 zp->z_sa_hdl = sa_hdl; in zfs_znode_sa_init()
592 sa_handle_destroy(zp->z_sa_hdl); in zfs_znode_dmu_fini()
593 zp->z_sa_hdl = NULL; in zfs_znode_dmu_fini()
646 zp->z_sa_hdl = NULL; in zfs_znode_alloc()
[all …]
HDzfs_dir.c284 error = sa_lookup(dzp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), &zoid, in zfs_dirent_lock()
396 if ((error = sa_lookup(dzp->z_sa_hdl, in zfs_dirlook()
556 dmu_tx_hold_sa(tx, dzp->z_sa_hdl, B_FALSE); in zfs_purgedir()
558 dmu_tx_hold_sa(tx, xzp->z_sa_hdl, B_FALSE); in zfs_purgedir()
633 error = sa_lookup(zp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), in zfs_rmnode()
650 dmu_tx_hold_sa(tx, xzp->z_sa_hdl, B_FALSE); in zfs_rmnode()
674 VERIFY(0 == sa_update(xzp->z_sa_hdl, SA_ZPL_LINKS(zfsvfs), in zfs_rmnode()
742 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_link_create()
762 error = sa_bulk_update(dzp->z_sa_hdl, bulk, count, tx); in zfs_link_create()
877 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_link_destroy()
[all …]
HDzfs_vnops.c666 error = dmu_read_uio_dbuf(sa_get_db(zp->z_sa_hdl), in mappedread()
792 dmu_request_arcbuf(sa_get_db(zp->z_sa_hdl), in zfs_read()
811 error = dmu_read_uio_dbuf(sa_get_db(zp->z_sa_hdl), in zfs_read()
1040 abuf = dmu_request_arcbuf(sa_get_db(zp->z_sa_hdl), in zfs_write()
1056 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_FALSE); in zfs_write()
1103 error = dmu_write_uio_dbuf(sa_get_db(zp->z_sa_hdl), in zfs_write()
1124 dmu_assign_arcbuf(sa_get_db(zp->z_sa_hdl), in zfs_write()
1140 (void) sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zfsvfs), in zfs_write()
1167 (void) sa_update(zp->z_sa_hdl, SA_ZPL_MODE(zfsvfs), in zfs_write()
1192 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_write()
[all …]
HDzfs_log.c298 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_GEN(zp->z_zfsvfs), &lr->lr_gen, in zfs_log_create()
300 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_CRTIME(zp->z_zfsvfs), in zfs_log_create()
303 if (sa_lookup(zp->z_sa_hdl, SA_ZPL_RDEV(zp->z_zfsvfs), &lr->lr_rdev, in zfs_log_create()
416 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_GEN(zp->z_zfsvfs), &lr->lr_gen, in zfs_log_symlink()
418 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_CRTIME(zp->z_zfsvfs), in zfs_log_symlink()
HDzfs_acl.c347 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_ZNODE_ACL(zp->z_zfsvfs), in zfs_external_acl()
377 if ((error = sa_size(zp->z_sa_hdl, SA_ZPL_DACL_ACES(zfsvfs), in zfs_acl_znode_info()
381 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_DACL_COUNT(zfsvfs), in zfs_acl_znode_info()
386 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_ZNODE_ACL(zfsvfs), in zfs_acl_znode_info()
419 if ((error = sa_lookup(zp->z_sa_hdl, in zfs_znode_acl_version()
1117 error = sa_lookup(zp->z_sa_hdl, SA_ZPL_DACL_ACES(zp->z_zfsvfs), in zfs_acl_node_read()
1240 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_ZNODE_ACL(zfsvfs), in zfs_aclset_common()
1329 return (sa_bulk_update(zp->z_sa_hdl, bulk, count, tx)); in zfs_aclset_common()
1969 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_TRUE); in zfs_setacl()
2392 if ((error = sa_lookup(zp->z_sa_hdl, in zfs_zaccess()
HDzfs_replay.c794 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_FALSE); in zfs_replay_write2()
806 (void) sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zfsvfs), in zfs_replay_write2()
HDzfs_vfsops.c1850 if (zp->z_sa_hdl) { in zfsvfs_teardown()
2153 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_GEN(zfsvfs), &zp_gen, in zfs_fhtovp()
HDzfs_ctldir.c256 VERIFY(0 == sa_lookup(VTOZ(rvp)->z_sa_hdl, SA_ZPL_CRTIME(zfsvfs), in zfsctl_create()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzfs_znode.h70 VERIFY(0 == sa_update(zp->z_sa_hdl, SA_ZPL_FLAGS(zp->z_zfsvfs), \
208 sa_handle_t *z_sa_hdl; /* handle to sa data */ member
269 if ((zp)->z_sa_hdl == NULL) { \