Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h282 /* 18*/ le16 next_client; /* The offset to the next log client record in member
/third_party/ntfs-3g/ntfsprogs/
Dntfsdump_logfile.c436 (s16)le16_to_cpu(lcr->next_client), in dump_restart_areas_area()
437 le16_to_cpu(lcr->next_client)); in dump_restart_areas_area()
Dntfsrecover.c2793 (int)le16_to_cpu(rcli->next_client)); in showrest()
/third_party/ntfs-3g/libntfs-3g/
Dlogfile.c318 idx = le16_to_cpu(cr->next_client)) { in ntfs_check_log_client_array()