ra_ofs 42 fs/ntfs/logfile.c u16 ra_ofs, usa_count, usa_ofs, usa_end = 0; ra_ofs 109 fs/ntfs/logfile.c ra_ofs = le16_to_cpu(rp->restart_area_offset); ra_ofs 110 fs/ntfs/logfile.c if (ra_ofs & 7 || (have_usa ? ra_ofs < usa_end : ra_ofs 111 fs/ntfs/logfile.c ra_ofs < sizeof(RESTART_PAGE_HEADER)) || ra_ofs 112 fs/ntfs/logfile.c ra_ofs > logfile_system_page_size) { ra_ofs 148 fs/ntfs/logfile.c u16 ra_ofs, ra_len, ca_ofs; ra_ofs 152 fs/ntfs/logfile.c ra_ofs = le16_to_cpu(rp->restart_area_offset); ra_ofs 153 fs/ntfs/logfile.c ra = (RESTART_AREA*)((u8*)rp + ra_ofs); ra_ofs 159 fs/ntfs/logfile.c if (ra_ofs + offsetof(RESTART_AREA, file_size) > ra_ofs 174 fs/ntfs/logfile.c ra_ofs + ca_ofs > NTFS_BLOCK_SIZE - sizeof(u16)) { ra_ofs 186 fs/ntfs/logfile.c if (ra_ofs + ra_len > le32_to_cpu(rp->system_page_size) || ra_ofs 187 fs/ntfs/logfile.c ra_ofs + le16_to_cpu(ra->restart_area_length) >