Searched refs:sa_update (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | zfs_sa.c | 164 VERIFY(0 == sa_update(zp->z_sa_hdl, SA_ZPL_SCANSTAMP(zfsvfs), in zfs_sa_set_scanstamp() 181 VERIFY(0 == sa_update(zp->z_sa_hdl, SA_ZPL_FLAGS(zfsvfs), in zfs_sa_set_scanstamp()
|
| H A D | zfs_dir.c | 464 VERIFY(0 == sa_update(xzp->z_sa_hdl, SA_ZPL_LINKS(zfsvfs), in zfs_rmnode() 758 VERIFY(0 == sa_update(zp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), &xzp->z_id, in zfs_make_xattrdir()
|
| H A D | zfs_vnops.c | 1328 (void) sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zfsvfs), in zfs_write() 1355 (void) sa_update(zp->z_sa_hdl, SA_ZPL_MODE(zfsvfs), in zfs_write() 4446 error = sa_update(szp->z_sa_hdl, SA_ZPL_FLAGS(zfsvfs), in zfs_rename() 4631 error = sa_update(zp->z_sa_hdl, SA_ZPL_SYMLINK(zfsvfs), in zfs_symlink() 4637 (void) sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zfsvfs), in zfs_symlink() 4871 (void) sa_update(zp->z_sa_hdl, SA_ZPL_ATIME(zfsvfs), in zfs_inactive() 5877 (void) sa_update(zp->z_sa_hdl, SA_ZPL_ATIME(zfsvfs), in zfs_netbsd_reclaim()
|
| H A D | zfs_znode.c | 1199 (void) sa_update(zp->z_sa_hdl, SA_ZPL_CRTIME(zp->z_zfsvfs), in zfs_xvattr_set() 1815 VERIFY(0 == sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zp->z_zfsvfs), in zfs_extend()
|
| H A D | zfs_replay.c | 850 (void) sa_update(zp->z_sa_hdl, SA_ZPL_SIZE(zfsvfs), in zfs_replay_write2()
|
| H A D | sa.c | 1825 sa_update(sa_handle_t *hdl, sa_attr_type_t type, in sa_update() function
|
| H A D | zfs_vfsops.c | 239 (void) sa_update(zp->z_sa_hdl, SA_ZPL_ATIME(zfsvfs), in zfs_netbsd_sync()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| H A D | sa.h | 126 int sa_update(sa_handle_t *, sa_attr_type_t, void *buf,
|
| H A D | zfs_znode.h | 75 VERIFY(0 == sa_update(zp->z_sa_hdl, SA_ZPL_FLAGS(zp->z_zfsvfs), \
|