Home
last modified time | relevance | path

Searched refs:ra_ofs (Results 1 – 1 of 1) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dlogfile.c60 u16 ra_ofs, usa_count, usa_ofs, usa_end = 0; in ntfs_check_restart_page_header() local
135 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_page_header()
136 if (ra_ofs & 7 || (have_usa ? ra_ofs < usa_end : in ntfs_check_restart_page_header()
137 ra_ofs < offsetof(RESTART_PAGE_HEADER, usn)) || in ntfs_check_restart_page_header()
138 ra_ofs > logfile_system_page_size) { in ntfs_check_restart_page_header()
173 u16 ra_ofs, ra_len, ca_ofs; in ntfs_check_restart_area() local
177 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_area()
178 ra = (RESTART_AREA*)((u8*)rp + ra_ofs); in ntfs_check_restart_area()
184 if (ra_ofs + offsetof(RESTART_AREA, file_size) > in ntfs_check_restart_area()
199 ra_ofs + ca_ofs > (u16)(NTFS_BLOCK_SIZE - in ntfs_check_restart_area()
[all …]