Searched refs:HFS_CREATING_BTREE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_btreeio.c597 * Serialize creation using HFS_CREATING_BTREE flag.
600 if (hfsmp->hfs_flags & HFS_CREATING_BTREE) {
609 hfsmp->hfs_flags |= HFS_CREATING_BTREE;
765 * All done, clear HFS_CREATING_BTREE, and wake up any sleepers.
768 hfsmp->hfs_flags &= ~HFS_CREATING_BTREE;
H A Dhfs.h363 #define HFS_CREATING_BTREE 0x02000 macro

Completed in 13 milliseconds