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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h196 int16_t vcbFlags; /* Runtime flag to indicate if volume is dirty/clean */ member in struct:hfsmount
381 /* Inline functions to set/reset vcbFlags. Upper 8 bits indicate if the volume
390 vcb->vcbFlags |= 0xFF00;
396 vcb->vcbFlags &= 0x00FF;
402 return (vcb->vcbFlags & 0xFF00 ? true : false);

Completed in 19 milliseconds