Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dlogfile.c172 RESTART_AREA *ra; 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()
286 RESTART_AREA *ra; in ntfs_check_log_client_array()
294 if ((le16_to_cpu(rp->restart_area_offset) + sizeof(RESTART_AREA)) in ntfs_check_log_client_array()
297 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset)); in ntfs_check_log_client_array()
378 RESTART_AREA *ra; in ntfs_check_and_load_restart_page()
393 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset)); in ntfs_check_and_load_restart_page()
681 RESTART_AREA *ra; in ntfs_is_logfile_clean()
699 ra = (RESTART_AREA*)((u8*)rp + le16_to_cpu(rp->restart_area_offset)); in ntfs_is_logfile_clean()
/third_party/ntfs-3g/ntfsprogs/
Dntfsdump_logfile.c377 RESTART_AREA *ra; in dump_restart_areas_area()
380 ra = (RESTART_AREA*)((u8*)rstr + in dump_restart_areas_area()
488 RESTART_AREA *ra; in dump_restart_areas()
498 ra = (RESTART_AREA*)((u8*)rstr1 + in dump_restart_areas()
Dntfsrecover.h135 extern RESTART_AREA restart;
Dntfsrecover.c120 RESTART_AREA restart;
2712 const RESTART_AREA *resa; in showrest()
2746 resa = (const RESTART_AREA*) in showrest()
2819 const RESTART_AREA *resa; in dorest()
2830 resa = (const RESTART_AREA*)&data[offs]; in dorest()
2842 sizeof(RESTART_AREA)); in dorest()
2888 sizeof(RESTART_AREA)); in dorest()
3025 sizeof(RESTART_AREA)); in reset_logfile()
3156 const RESTART_AREA *rest; in getlogfiledata()
3185 rest = (const RESTART_AREA*)&boot[off]; in getlogfiledata()
[all …]
/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h259 } __attribute__((__packed__)) RESTART_AREA; typedef