Searched refs:LOG_RECORD (Results 1 – 5 of 5) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsrecover.h | 94 LOG_RECORD record; /* variable length, keep at the end */ 142 BOOL within_lcn_range(const LOG_RECORD *logr); 145 u32 get_undo_offset(const LOG_RECORD *logr); 146 u32 get_redo_offset(const LOG_RECORD *logr); 147 u32 get_extra_offset(const LOG_RECORD *logr);
|
D | ntfsrecover.c | 814 u32 get_undo_offset(const LOG_RECORD *logr) in get_undo_offset() 825 u32 get_redo_offset(const LOG_RECORD *logr) in get_redo_offset() 836 u32 get_extra_offset(const LOG_RECORD *logr) in get_extra_offset() 848 static BOOL likelyop(const LOG_RECORD *logr) in likelyop() 934 const LOG_RECORD *logr; in searchlikely() 942 logr = (const LOG_RECORD*)&data[k]; in searchlikely() 946 logr = (const LOG_RECORD*)&data[k]; in searchlikely() 976 const LOG_RECORD *logr; in firstrecord() 998 logr = (const LOG_RECORD*)&prevdata[k]; in firstrecord() 1071 logr = (const LOG_RECORD*)&data[k]; in firstrecord() [all …]
|
D | ntfsdump_logfile.c | 541 static void dump_log_record(LOG_RECORD *lr) in dump_log_record() 602 LOG_RECORD *lr; in dump_log_records() 643 lr = (LOG_RECORD*)((u8*)rcrd + 0x40); in dump_log_records() 649 lr = (LOG_RECORD*)((u8*)lr + 0x70); in dump_log_records()
|
D | playlog.c | 121 static u64 inode_number(const LOG_RECORD *logr) in inode_number() 424 static char *read_raw(ntfs_volume *vol, const LOG_RECORD *logr) in read_raw() 492 static int write_raw(ntfs_volume *vol, const LOG_RECORD *logr, in write_raw() 547 static int write_mirr(ntfs_volume *vol, const LOG_RECORD *logr, in write_mirr() 581 static char *read_protected(ntfs_volume *vol, const LOG_RECORD *logr, in read_protected() 629 static int write_protected(ntfs_volume *vol, const LOG_RECORD *logr, in write_protected()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | logfile.h | 427 } __attribute__((__packed__)) LOG_RECORD; typedef
|