/* * * LIB - volume cache block definitions [not in Starlet] */ #ifndef _VCADEF_H #define _VCADEF_H /* VCA - Volume Cache Block. This block contains the specialized caches for a disk volume; to wit, the file ID cache, the extent cache, and the quota file cache. The file ID cache and extent cache are together in one block; the quota cache is located separately in another block. Both are pointed to by the VCB. */ #define VCA$V_FIDC_VALID 0 #define VCA$V_EXTC_VALID 1 #define VCA$V_FIDC_FLUSH 2 #define VCA$V_EXTC_FLUSH 3 #define VCA$M_FIDC_VALID (1<