OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sa_bulk_update
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
sa.h
131
int
sa_bulk_update
(sa_handle_t *, sa_bulk_attr_t *, int count, dmu_tx_t *);
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_dir.c
545
error =
sa_bulk_update
(zp->z_sa_hdl, bulk, count, tx);
562
error =
sa_bulk_update
(dzp->z_sa_hdl, bulk, count, tx);
658
error =
sa_bulk_update
(zp->z_sa_hdl, bulk, count, tx);
681
error =
sa_bulk_update
(dzp->z_sa_hdl, bulk, count, tx);
zfs_vnops.c
1413
error =
sa_bulk_update
(zp->z_sa_hdl, bulk, count, tx);
1415
(void)
sa_bulk_update
(zp->z_sa_hdl, bulk, count, tx);
3898
err2 =
sa_bulk_update
(attrzp->z_sa_hdl, xattr_bulk,
3917
err2 =
sa_bulk_update
(zp->z_sa_hdl, bulk, count, tx);
6280
err =
sa_bulk_update
(zp->z_sa_hdl, bulk, count, tx);
6313
err =
sa_bulk_update
(zp->z_sa_hdl, bulk, count, tx);
6316
printf("%s:
sa_bulk_update
failed with %d\n", __func__, err);
zfs_znode.c
1189
*
sa_bulk_update
to push the changes out.
1638
if (have_tx) { /* will
sa_bulk_update
happen really soon? */
1898
VERIFY(
sa_bulk_update
(zp->z_sa_hdl, bulk, count, tx) == 0);
1985
error =
sa_bulk_update
(zp->z_sa_hdl, bulk, count, tx);
sa.c
1907
sa_bulk_update
(sa_handle_t *hdl, sa_bulk_attr_t *attrs, int count, dmu_tx_t *tx)
function
zfs_acl.c
1312
return (
sa_bulk_update
(zp->z_sa_hdl, bulk, count, tx));
Completed in 26 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026