Searched defs:logr (Results 1 – 2 of 2) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
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() local 976 const LOG_RECORD *logr; in firstrecord() local 1204 const LOG_RECORD *logr; in refresh_attributes() local 1295 static void fixup(CONTEXT *ctx, const LOG_RECORD *logr, const char *buf, in fixup() 1860 static void detaillogr(CONTEXT *ctx, const LOG_RECORD *logr) in detaillogr() 2136 BOOL within_lcn_range(const LOG_RECORD *logr) in within_lcn_range() [all …]
|
D | playlog.c | 86 #define older_record(rec, logr) ((s64)(sle64_to_cpu((rec)->lsn) \ argument 89 #define newer_record(rec, logr) ((s64)(sle64_to_cpu((rec)->lsn) \ argument 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()
|