Home
last modified time | relevance | path

Searched refs:sa_bulk_update (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dsa.h130 int sa_bulk_update(sa_handle_t *, sa_bulk_attr_t *, int count, dmu_tx_t *);
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c738 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()
895 error = sa_bulk_update(dzp->z_sa_hdl, bulk, count, tx); in zfs_link_destroy()
H A Dzfs_znode.c1593 VERIFY(sa_bulk_update(zp->z_sa_hdl, bulk, count, tx) == 0); in zfs_trunc()
1723 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_freesp()
H A Dzfs_vnops.c1007 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_write()
3332 err2 = sa_bulk_update(attrzp->z_sa_hdl, xattr_bulk, in zfs_setattr()
3353 err2 = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_setattr()
H A Dsa.c1877 sa_bulk_update(sa_handle_t *hdl, sa_bulk_attr_t *attrs, int count, dmu_tx_t *tx) in sa_bulk_update() function
H A Dzfs_acl.c1332 return (sa_bulk_update(zp->z_sa_hdl, bulk, count, tx)); in zfs_aclset_common()