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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c525 (void) hfs_update(vp, TRUE);
794 retval = hfs_update(vp, TRUE);
3058 (void) hfs_update(vp, TRUE);
3076 (void) hfs_update(vp, TRUE);
3399 (void) hfs_update(vp, TRUE);
3537 (void) hfs_update(vp, TRUE);
3583 retval = hfs_update(vp, MNT_WAIT);
4054 (void) hfs_update(vp, TRUE);
4064 * otherwise we must do the hfs_update to reflect the changes
4094 * otherwise we must do the hfs_update t
[all...]
H A Dhfs_link.c618 error = hfs_update(tdvp, 0);
630 error = hfs_update(fdvp, 0);
648 if ((error == 0) && (ret = hfs_update(vp, TRUE)) != 0 && ret != EIO && ret != ENXIO) {
H A Dhfs_xattr.c842 result = hfs_update(vp, FALSE);
1267 (void) hfs_update(vp, 0);
1360 * hfs_truncate() and hfs_update()
1373 result = hfs_update(vp, FALSE);
1462 hfs_update(vp, FALSE);
1523 (void) hfs_update(vp, 0);
H A Dhfs.h828 extern int hfs_update(struct vnode *, int);
H A Dhfs_btreeio.c558 (void) hfs_update(vp, TRUE);
H A Dhfs_cnode.c168 * in hfs_vnop_reclaim. hfs_update, by definition, is not necessary if the cnode's catalog
577 * A file may have had delayed allocations, in which case hfs_update
580 * force the update, or hfs_update will again skip the cat_update.
582 * If the file has C_NOEXISTS set, then we can skip the hfs_update call
593 hfs_update(vp, 0);
839 hfs_update(vp, 0);
873 * a call to hfs_update if the cnode has outbound data.
H A Dhfs_vnops.c1629 if ((error = hfs_update(vp, TRUE)) != 0)
2775 retval = hfs_update(vp, wait);
4815 (void) hfs_update (fvp, 0);
4857 (void) hfs_update(fdvp, 0);
4869 (void) hfs_update(tdvp, 0);
5596 hfs_update(struct vnode *vp, __unused int waitfor) function
5856 attr.ca_itime += 3600; /* Same as what hfs_update does */
H A Dhfs_vfsops.c5323 * mark the cnode as modified. We cannot call hfs_update()
5879 (void) hfs_update(extent_info->vp, MNT_WAIT);
6201 (void) hfs_update(vp, MNT_WAIT);

Completed in 127 milliseconds