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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1356 REQUIRE_FILE_LOCK(vcb->hfs_allocation_vp, false);
1362 vp = vcb->hfs_allocation_vp; /* use allocation file vnode */
1619 REQUIRE_FILE_LOCK(vcb->hfs_allocation_vp, false);
1635 REQUIRE_FILE_LOCK(vcb->hfs_allocation_vp, false);
1728 REQUIRE_FILE_LOCK(vcb->hfs_allocation_vp, false);
2215 REQUIRE_FILE_LOCK(hfsmp->hfs_allocation_vp, false);
2435 REQUIRE_FILE_LOCK(vcb->hfs_allocation_vp, false);
2543 REQUIRE_FILE_LOCK(hfsmp->hfs_allocation_vp, false);
2920 REQUIRE_FILE_LOCK(vcb->hfs_allocation_vp, false);
3787 REQUIRE_FILE_LOCK(hfsmp->hfs_allocation_vp, fals
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h162 struct vnode * hfs_allocation_vp; member in struct:hfsmount
377 #define allocationsRefNum hfs_allocation_vp
H A Dhfs_vfsutils.c258 &hfsmp->hfs_allocation_vp, &newvnode_flags);
267 hfsmp->hfs_allocation_cp = VTOC(hfsmp->hfs_allocation_vp);
289 hfs_unlock(VTOC(hfsmp->hfs_allocation_vp));
572 &hfsmp->hfs_allocation_vp, &newvnode_flags);
579 hfsmp->hfs_allocation_cp = VTOC(hfsmp->hfs_allocation_vp);
941 if (hfsmp->hfs_allocation_vp) {
942 ReleaseMetaFileVNode(hfsmp->hfs_allocation_vp);
944 hfsmp->hfs_allocation_vp = NULL;
H A Dhfs_vfsops.c1248 lck_rw_sleep(&(VTOC(hfsmp->hfs_allocation_vp))->c_rwlock, LCK_SLEEP_EXCLUSIVE,
2209 if (hfsmp->hfs_allocation_vp) {
2210 (void) hfs_lock(VTOC(hfsmp->hfs_allocation_vp), HFS_EXCLUSIVE_LOCK);
2211 retval = hfs_fsync(hfsmp->hfs_allocation_vp, MNT_WAIT, 0, p);
2212 hfs_unlock(VTOC(hfsmp->hfs_allocation_vp));
3008 buf_flushdirtyblks(hfsmp->hfs_allocation_vp, TRUE, 0, "hfs_sysctl");
7142 error = hfs_reclaim_file(hfsmp, hfsmp->hfs_allocation_vp, kHFSAllocationFileID,

Completed in 97 milliseconds