Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dlogfile.c211 sizeof(LOG_CLIENT_RECORD); in ntfs_check_restart_area()
287 LOG_CLIENT_RECORD *ca, *cr; in ntfs_check_log_client_array()
303 ca = (LOG_CLIENT_RECORD*)((u8*)ra + in ntfs_check_log_client_array()
322 if ((offset_clients + (idx + 1)*sizeof(LOG_CLIENT_RECORD)) in ntfs_check_log_client_array()
/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.h136 extern LOG_CLIENT_RECORD client;
Dntfsdump_logfile.c376 LOG_CLIENT_RECORD *lcr; in dump_restart_areas_area()
418 lcr = (LOG_CLIENT_RECORD*)((u8*)ra + in dump_restart_areas_area()
Dntfsrecover.c121 LOG_CLIENT_RECORD client;
2713 const LOG_CLIENT_RECORD *rcli; in showrest()
2782 rcli = (const LOG_CLIENT_RECORD*) in showrest()
2820 const LOG_CLIENT_RECORD *rcli; in dorest()
2831 rcli = (const LOG_CLIENT_RECORD*)&data[offs in dorest()
2845 sizeof(LOG_CLIENT_RECORD)); in dorest()
2891 sizeof(LOG_CLIENT_RECORD)); in dorest()
3028 sizeof(LOG_CLIENT_RECORD)); in reset_logfile()
/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h300 } __attribute__((__packed__)) LOG_CLIENT_RECORD; typedef