Searched refs:FS_VIRENABLE (Results 1 – 1 of 1) sorted by relevance
127 #define ISVIRPART(fs) ((fs)->vir_avail == FS_VIRENABLE)128 #define ISNORMAL(fs) ((fs)->vir_avail != FS_VIRENABLE)602 #define FS_VIRENABLE 0x01 macro