Searched refs:sa_bulk_update (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | sa.h | 130 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 D | zfs_dir.c | 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() 895 error = sa_bulk_update(dzp->z_sa_hdl, bulk, count, tx); in zfs_link_destroy()
|
H A D | zfs_znode.c | 1593 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 D | zfs_vnops.c | 1007 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 D | sa.c | 1877 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 D | zfs_acl.c | 1332 return (sa_bulk_update(zp->z_sa_hdl, bulk, count, tx)); in zfs_aclset_common()
|