Searched refs:hfs_update (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_link.c612 error = hfs_update(tdvp, 0);
624 error = hfs_update(fdvp, 0);
642 if ((error == 0) && (ret = hfs_update(vp, TRUE)) != 0 && ret != EIO && ret != ENXIO) {
H A Dhfs_readwrite.c517 (void) hfs_update(vp, TRUE);
787 retval = hfs_update(vp, TRUE);
2624 (void) hfs_update(vp, TRUE);
2642 (void) hfs_update(vp, TRUE);
2958 (void) hfs_update(vp, TRUE);
3095 (void) hfs_update(vp, TRUE);
3126 retval = hfs_update(vp, MNT_WAIT);
3598 (void) hfs_update(vp, TRUE);
3608 * otherwise we must do the hfs_update to reflect the changes
3638 * otherwise we must do the hfs_update t
[all...]
H A Dhfs_xattr.c792 result = hfs_update(vp, FALSE);
1218 (void) hfs_update(vp, 0);
1311 * hfs_truncate() and hfs_update()
1324 result = hfs_update(vp, FALSE);
1408 hfs_update(vp, FALSE);
1469 (void) hfs_update(vp, 0);
H A Dhfs.h839 extern int hfs_update(struct vnode *, int);
H A Dhfs_btreeio.c533 (void) hfs_update(vp, TRUE);
H A Dhfs_cnode.c167 * in hfs_vnop_reclaim. hfs_update, by definition, is not necessary if the cnode's catalog
563 * A file may have had delayed allocations, in which case hfs_update
566 * force the update, or hfs_update will again skip the cat_update.
568 * If the file has C_NOEXISTS set, then we can skip the hfs_update call
579 hfs_update(vp, 0);
825 hfs_update(vp, 0);
859 * a call to hfs_update if the cnode has outbound data.
H A Dhfs_vnops.c1351 if ((error = hfs_update(vp, TRUE)) != 0)
2425 retval = hfs_update(vp, wait);
4177 (void) hfs_update (fvp, 0);
4215 (void) hfs_update(fdvp, 0);
4222 (void) hfs_update(tdvp, 0);
4922 hfs_update(struct vnode *vp, __unused int waitfor) function
5147 attr.ca_itime += 3600; /* Same as what hfs_update does */
H A Dhfs_vfsops.c5251 * mark the cnode as modified. We cannot call hfs_update()
5805 (void) hfs_update(extent_info->vp, MNT_WAIT);
6127 (void) hfs_update(vp, MNT_WAIT);

Completed in 302 milliseconds