Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c633 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 Dzfs_znode.c1524 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 Dzfs_vnops_os.c2873 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 Dzfs_acl.c1313 return (sa_bulk_update(zp->z_sa_hdl, bulk, count, tx)); in zfs_aclset_common()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dsa.h135 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 Dzfs_dir.c852 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 Dzfs_vnops_os.c1788 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 Dzfs_znode.c1726 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 Dzfs_acl.c1483 return (sa_bulk_update(zp->z_sa_hdl, bulk, count, tx)); in zfs_aclset_common()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_sa.c263 VERIFY0(sa_bulk_update(zp->z_sa_hdl, bulk, count, tx)); in zfs_sa_set_xattr()
H A Dzfs_vnops.c648 error = sa_bulk_update(zp->z_sa_hdl, bulk, count, tx); in zfs_write()
H A Dsa.c2107 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);