Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ntfs/
H A Dlogfile.c42 u16 ra_ofs, usa_count, usa_ofs, usa_end = 0; in ntfs_check_restart_page_header() local
109 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_page_header()
110 if (ra_ofs & 7 || (have_usa ? ra_ofs < usa_end : in ntfs_check_restart_page_header()
111 ra_ofs < sizeof(RESTART_PAGE_HEADER)) || in ntfs_check_restart_page_header()
112 ra_ofs > logfile_system_page_size) { in ntfs_check_restart_page_header()
148 u16 ra_ofs, ra_len, ca_ofs; in ntfs_check_restart_area() local
152 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_area()
153 ra = (RESTART_AREA*)((u8*)rp + ra_ofs); in ntfs_check_restart_area()
159 if (ra_ofs in ntfs_check_restart_area()
[all...]
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlogfile.c42 u16 ra_ofs, usa_count, usa_ofs, usa_end = 0; in ntfs_check_restart_page_header() local
109 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_page_header()
110 if (ra_ofs & 7 || (have_usa ? ra_ofs < usa_end : in ntfs_check_restart_page_header()
111 ra_ofs < sizeof(RESTART_PAGE_HEADER)) || in ntfs_check_restart_page_header()
112 ra_ofs > logfile_system_page_size) { in ntfs_check_restart_page_header()
148 u16 ra_ofs, ra_len, ca_ofs; in ntfs_check_restart_area() local
152 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_area()
153 ra = (RESTART_AREA*)((u8*)rp + ra_ofs); in ntfs_check_restart_area()
159 if (ra_ofs in ntfs_check_restart_area()
[all...]

Completed in 2 milliseconds