Searched refs:sa_bulk_update (Results 1 – 6 of 6) sorted by relevance
/titanic_50/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_50/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 | 1594 VERIFY(sa_bulk_update(zp->z_sa_hdl, bulk, count, tx) == 0); in zfs_trunc() 1724 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_freesp()
|
H A D | zfs_vnops.c | 1008 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_write() 3333 err2 = sa_bulk_update(attrzp->z_sa_hdl, xattr_bulk, in zfs_setattr() 3354 err2 = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_setattr()
|
H A D | sa.c | 1897 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()
|