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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h172 int16_t vcbFlags; /* Runtime flag to indicate if volume is dirty/clean */ member in struct:hfsmount
316 /* Inline functions to set/reset vcbFlags. Upper 8 bits indicate if the volume
325 vcb->vcbFlags |= 0xFF00;
331 vcb->vcbFlags &= 0x00FF;
337 return (vcb->vcbFlags & 0xFF00 ? true : false);

Completed in 13 milliseconds