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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_btreeio.c636 * Serialize creation using HFS_CREATING_BTREE flag.
639 if (hfsmp->hfs_flags & HFS_CREATING_BTREE) {
648 hfsmp->hfs_flags |= HFS_CREATING_BTREE;
898 * All done, clear HFS_CREATING_BTREE, and wake up any sleepers.
901 hfsmp->hfs_flags &= ~HFS_CREATING_BTREE;
H A Dhfs.h437 #define HFS_CREATING_BTREE 0x02000 macro

Completed in 65 milliseconds