Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dlogfile.c56 u16 ra_ofs, usa_count, usa_ofs, usa_end = 0; in ntfs_check_restart_page_header() local
123 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_page_header()
124 if (ra_ofs & 7 || (have_usa ? ra_ofs < usa_end : in ntfs_check_restart_page_header()
125 ra_ofs < sizeof(RESTART_PAGE_HEADER)) || in ntfs_check_restart_page_header()
126 ra_ofs > logfile_system_page_size) { in ntfs_check_restart_page_header()
162 u16 ra_ofs, ra_len, ca_ofs; in ntfs_check_restart_area() local
166 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_area()
167 ra = (RESTART_AREA*)((u8*)rp + ra_ofs); in ntfs_check_restart_area()
173 if (ra_ofs + offsetof(RESTART_AREA, file_size) > in ntfs_check_restart_area()
188 ra_ofs + ca_ofs > NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_area()
[all …]