| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_dir.c | 633 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_link_create() 650 error = sa_bulk_update(dzp->z_sa_hdl, bulk, count, tx); in zfs_link_create() 759 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_link_destroy() 782 error = sa_bulk_update(dzp->z_sa_hdl, bulk, count, tx); in zfs_link_destroy()
|
| H A D | zfs_znode.c | 1524 VERIFY(sa_bulk_update(zp->z_sa_hdl, bulk, count, tx) == 0); in zfs_trunc() 1600 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_freesp()
|
| H A D | zfs_vnops_os.c | 2873 err2 = sa_bulk_update(attrzp->z_sa_hdl, xattr_bulk, in zfs_setattr() 2892 err2 = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_setattr() 4259 err = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_putpages()
|
| H A D | zfs_acl.c | 1313 return (sa_bulk_update(zp->z_sa_hdl, bulk, count, tx)); in zfs_aclset_common()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | sa.h | 135 int sa_bulk_update(sa_handle_t *, sa_bulk_attr_t *, int count, dmu_tx_t *);
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_dir.c | 852 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_link_create() 874 error = sa_bulk_update(dzp->z_sa_hdl, bulk, count, tx); in zfs_link_create() 991 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_link_destroy() 1017 error = sa_bulk_update(dzp->z_sa_hdl, bulk, count, tx); in zfs_link_destroy()
|
| H A D | zfs_vnops_os.c | 1788 err = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_setattr_dir() 2507 err2 = sa_bulk_update(attrzp->z_sa_hdl, xattr_bulk, in zfs_setattr() 2528 err2 = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_setattr() 3600 err = sa_bulk_update(zp->z_sa_hdl, bulk, cnt, tx); in zfs_putpage() 3683 error = sa_bulk_update(zp->z_sa_hdl, bulk, cnt, tx); in zfs_dirty_inode()
|
| H A D | zfs_znode.c | 1726 VERIFY(sa_bulk_update(zp->z_sa_hdl, bulk, count, tx) == 0); in zfs_trunc() 1792 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_freesp()
|
| H A D | zfs_acl.c | 1483 return (sa_bulk_update(zp->z_sa_hdl, bulk, count, tx)); in zfs_aclset_common()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_sa.c | 263 VERIFY0(sa_bulk_update(zp->z_sa_hdl, bulk, count, tx)); in zfs_sa_set_xattr()
|
| H A D | zfs_vnops.c | 648 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_write()
|
| H A D | sa.c | 2107 sa_bulk_update(sa_handle_t *hdl, sa_bulk_attr_t *attrs, int count, dmu_tx_t *tx) in sa_bulk_update() function 2236 EXPORT_SYMBOL(sa_bulk_update);
|