Searched refs:LFS_DISK_VERSION (Results 1 – 4 of 4) sorted by relevance
25 #define LFSP_DISK_VERSION LFS_DISK_VERSION699 LFS_DISK_VERSION == LFSP_DISK_VERSION724 LFS_DISK_VERSION == LFSP_DISK_VERSION779 LFS_DISK_VERSION == LFSP_DISK_VERSION864 LFS_DISK_VERSION == LFSP_DISK_VERSION974 LFS_DISK_VERSION == LFSP_DISK_VERSION1036 LFS_DISK_VERSION == LFSP_DISK_VERSION1153 LFS_DISK_VERSION == LFSP_DISK_VERSION1311 .version = LFS_DISK_VERSION + 0x00010000,1344 .version = LFS_DISK_VERSION + 0x00000001,[all …]
64 assert(fsinfo.disk_version == LFS_DISK_VERSION);92 assert(fsinfo.disk_version == LFS_DISK_VERSION);341 .version = LFS_DISK_VERSION,
31 #define LFS_DISK_VERSION 0x00020001 macro32 #define LFS_DISK_VERSION_MAJOR (0xffff & (LFS_DISK_VERSION >> 16))33 #define LFS_DISK_VERSION_MINOR (0xffff & (LFS_DISK_VERSION >> 0))
535 return LFS_DISK_VERSION; in lfs_fs_disk_version()5703 .version = LFS_DISK_VERSION,