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

/macosx-10.10.1/BootCache-109/
H A Dkext.c233 #define CE_IODONE (1 << 1) /* extent has been read */ macro
759 !(ce->ce_flags & CE_IODONE)) {
1185 if (ce->ce_flags & (CE_ABORTED | CE_IODONE)) {
1204 if (ce->ce_flags & (CE_ABORTED | CE_IODONE)) {
1373 ce->ce_flags |= CE_IODONE;
1497 if (!(ce->ce_flags & CE_IODONE)) {
1590 * Returns CE_IODONE if all the extents in the array are done
1595 int ret = CE_IODONE;
1605 if (! (pce[ce_idx]->ce_flags & CE_IODONE)) {
1609 if (ret == CE_IODONE) {
[all...]

Completed in 122 milliseconds