Searched refs:restart_area_offset (Results 1 – 2 of 2) sorted by relevance
109 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_page_header()152 ra_ofs = le16_to_cpu(rp->restart_area_offset); in ntfs_check_restart_area()268 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset)); in ntfs_check_log_client_array()355 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset)); in ntfs_check_and_load_restart_page()416 if (le16_to_cpu(rp->restart_area_offset) + in ntfs_check_and_load_restart_page()685 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset)); in ntfs_is_logfile_clean()
77 /* 24*/ le16 restart_area_offset;/* Byte offset from the start of this header to member
Completed in 6 milliseconds