Searched refs:ra_ofs (Results 1 – 1 of 1) sorted by relevance
55 u16 ra_ofs, usa_count, usa_ofs, usa_end = 0; in ntfs_check_restart_page_header() local122 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_page_header()123 if (ra_ofs & 7 || (have_usa ? ra_ofs < usa_end : in ntfs_check_restart_page_header()124 ra_ofs < sizeof(RESTART_PAGE_HEADER)) || in ntfs_check_restart_page_header()125 ra_ofs > logfile_system_page_size) { in ntfs_check_restart_page_header()161 u16 ra_ofs, ra_len, ca_ofs; in ntfs_check_restart_area() local165 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_area()166 ra = (RESTART_AREA*)((u8*)rp + ra_ofs); in ntfs_check_restart_area()172 if (ra_ofs + offsetof(RESTART_AREA, file_size) > in ntfs_check_restart_area()187 ra_ofs + ca_ofs > NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_area()[all …]