Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_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()
H A Dzfs_dir.c291 error = sa_lookup(dzp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), &zoid, in zfs_dirent_lock()
398 if ((error = sa_lookup(dzp->z_sa_hdl, in zfs_dirlook()
551 dmu_tx_hold_sa(tx, dzp->z_sa_hdl, B_FALSE); in zfs_purgedir()
553 dmu_tx_hold_sa(tx, xzp->z_sa_hdl, B_FALSE); in zfs_purgedir()
628 error = sa_lookup(zp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), in zfs_rmnode()
645 dmu_tx_hold_sa(tx, xzp->z_sa_hdl, B_FALSE); in zfs_rmnode()
670 VERIFY(0 == sa_update(xzp->z_sa_hdl, SA_ZPL_LINKS(zfsvfs), in zfs_rmnode()
738 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_link_create()
758 error = sa_bulk_update(dzp->z_sa_hdl, bulk, count, tx); in zfs_link_create()
870 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_link_destroy()
[all …]
H A Dzfs_znode.c205 nzp->z_sa_hdl = ozp->z_sa_hdl; in zfs_znode_move_impl()
224 sa_set_userp(nzp->z_sa_hdl, nzp); in zfs_znode_move_impl()
232 ozp->z_sa_hdl = NULL; in zfs_znode_move_impl()
513 sa_handle_destroy(sharezp->z_sa_hdl); in zfs_create_share_dir()
585 ASSERT(zp->z_sa_hdl == NULL); in zfs_znode_sa_init()
589 SA_HDL_SHARED, &zp->z_sa_hdl)); in zfs_znode_sa_init()
591 zp->z_sa_hdl = sa_hdl; in zfs_znode_sa_init()
614 sa_handle_destroy(zp->z_sa_hdl); in zfs_znode_dmu_fini()
615 zp->z_sa_hdl = NULL; in zfs_znode_dmu_fini()
646 zp->z_sa_hdl = NULL; in zfs_znode_alloc()
[all …]
H A Dzfs_vnops.c485 error = dmu_read_uio_dbuf(sa_get_db(zp->z_sa_hdl), in mappedread()
607 dmu_request_arcbuf(sa_get_db(zp->z_sa_hdl), in zfs_read()
620 error = dmu_read_uio_dbuf(sa_get_db(zp->z_sa_hdl), in zfs_read()
858 abuf = dmu_request_arcbuf(sa_get_db(zp->z_sa_hdl), in zfs_write()
874 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_FALSE); in zfs_write()
918 error = dmu_write_uio_dbuf(sa_get_db(zp->z_sa_hdl), in zfs_write()
939 dmu_assign_arcbuf(sa_get_db(zp->z_sa_hdl), in zfs_write()
955 (void) sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zfsvfs), in zfs_write()
982 (void) sa_update(zp->z_sa_hdl, SA_ZPL_MODE(zfsvfs), in zfs_write()
1007 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_write()
[all …]
H A Dzfs_log.c293 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_GEN(zp->z_zfsvfs), &lr->lr_gen, in zfs_log_create()
295 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_CRTIME(zp->z_zfsvfs), in zfs_log_create()
298 if (sa_lookup(zp->z_sa_hdl, SA_ZPL_RDEV(zp->z_zfsvfs), &lr->lr_rdev, in zfs_log_create()
422 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_GEN(zp->z_zfsvfs), &lr->lr_gen, in zfs_log_symlink()
424 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_CRTIME(zp->z_zfsvfs), in zfs_log_symlink()
H A Dzfs_acl.c350 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_ZNODE_ACL(zp->z_zfsvfs), in zfs_external_acl()
380 if ((error = sa_size(zp->z_sa_hdl, SA_ZPL_DACL_ACES(zfsvfs), in zfs_acl_znode_info()
384 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_DACL_COUNT(zfsvfs), in zfs_acl_znode_info()
389 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_ZNODE_ACL(zfsvfs), in zfs_acl_znode_info()
422 if ((error = sa_lookup(zp->z_sa_hdl, in zfs_znode_acl_version()
1120 error = sa_lookup(zp->z_sa_hdl, SA_ZPL_DACL_ACES(zp->z_zfsvfs), in zfs_acl_node_read()
1243 if ((error = sa_lookup(zp->z_sa_hdl, SA_ZPL_ZNODE_ACL(zfsvfs), in zfs_aclset_common()
1332 return (sa_bulk_update(zp->z_sa_hdl, bulk, count, tx)); in zfs_aclset_common()
1968 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_TRUE); in zfs_setacl()
2370 if ((error = sa_lookup(zp->z_sa_hdl, in zfs_zaccess()
H A Dzfs_replay.c710 dmu_tx_hold_sa(tx, zp->z_sa_hdl, B_FALSE); in zfs_replay_write2()
722 (void) sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zfsvfs), in zfs_replay_write2()
H A Dzfs_vfsops.c1838 if (zp->z_sa_hdl) { in zfsvfs_teardown()
2038 (void) sa_lookup(zp->z_sa_hdl, SA_ZPL_GEN(zfsvfs), &zp_gen, in zfs_vget()
H A Dzfs_ctldir.c241 VERIFY(0 == sa_lookup(VTOZ(rvp)->z_sa_hdl, SA_ZPL_CRTIME(zfsvfs), in zfsctl_create()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h73 VERIFY(0 == sa_update(zp->z_sa_hdl, SA_ZPL_FLAGS(zp->z_zfsvfs), \
198 sa_handle_t *z_sa_hdl; /* handle to sa data */ member
241 if ((zp)->z_sa_hdl == NULL) { \
/titanic_41/usr/src/uts/common/fs/getgen/
H A Dgetgen.c70 if (zp->z_sa_hdl == NULL) { in gg_ioc_get_gen()
/titanic_41/usr/src/uts/common/fs/zev/
H A Dzev_checksums.c745 if (zp->z_sa_hdl == NULL) { in zev_ioc_get_signatures()
820 sa_lookup(zp->z_sa_hdl, SA_ZPL_RDEV(zp->z_zfsvfs), in zev_create_checksum()
H A Dzev_callbacks.c22 if ((sa_bulk_lookup(znode->z_sa_hdl, bulk, count)) != 0) { \