Searched refs:hfs_allocation_vp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsutils.c235 &hfsmp->hfs_allocation_vp);
241 hfsmp->hfs_allocation_cp = VTOC(hfsmp->hfs_allocation_vp);
262 hfs_unlock(VTOC(hfsmp->hfs_allocation_vp));
514 &hfsmp->hfs_allocation_vp);
518 hfsmp->hfs_allocation_cp = VTOC(hfsmp->hfs_allocation_vp);
731 ReleaseMetaFileVNode(hfsmp->hfs_allocation_vp);
787 if (hfsmp->hfs_allocation_vp)
788 ReleaseMetaFileVNode(hfsmp->hfs_allocation_vp);
802 hfsmp->hfs_allocation_vp = NULL;
H A Dhfs.h139 struct vnode * hfs_allocation_vp; member in struct:hfsmount
312 #define allocationsRefNum hfs_allocation_vp
H A Dhfs_vfsops.c1636 if (hfsmp->hfs_allocation_vp) {
1637 (void) hfs_lock(VTOC(hfsmp->hfs_allocation_vp), HFS_EXCLUSIVE_LOCK);
1638 retval = hfs_fsync(hfsmp->hfs_allocation_vp, MNT_WAIT, 0, p);
1639 hfs_unlock(VTOC(hfsmp->hfs_allocation_vp));
2372 buf_flushdirtyblks(hfsmp->hfs_allocation_vp, MNT_WAIT, 0, "hfs_sysctl");
4491 error = hfs_reclaim_sys_file(hfsmp, hfsmp->hfs_allocation_vp, startblk, SFL_BITMAP, &system_file_moved, context);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c508 REQUIRE_FILE_LOCK(vcb->hfs_allocation_vp, false);
514 vp = vcb->hfs_allocation_vp; /* use allocation file vnode */

Completed in 44 milliseconds