Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h277 /* 16*/ le16 prev_client; /* The offset to the previous log client record member
/third_party/ntfs-3g/ntfsprogs/
Dntfsdump_logfile.c433 (s16)le16_to_cpu(lcr->prev_client), in dump_restart_areas_area()
434 le16_to_cpu(lcr->prev_client)); in dump_restart_areas_area()
Dntfsrecover.c2791 (int)le16_to_cpu(rcli->prev_client)); in showrest()
/third_party/ntfs-3g/libntfs-3g/
Dlogfile.c329 if (cr->prev_client != LOGFILE_NO_CLIENT) in ntfs_check_log_client_array()