Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dlogfile.c42 u16 ra_ofs, usa_count, usa_ofs, usa_end = 0; in ntfs_check_restart_page_header() local
95 usa_end = usa_ofs + usa_count * sizeof(u16); in ntfs_check_restart_page_header()
97 usa_end > NTFS_BLOCK_SIZE - sizeof(u16)) { in ntfs_check_restart_page_header()
110 if (ra_ofs & 7 || (have_usa ? ra_ofs < usa_end : in ntfs_check_restart_page_header()