LFS_RECORD_HDR
log->record_header_len = sizeof(struct LFS_RECORD_HDR);
static int next_log_lsn(struct ntfs_log *log, const struct LFS_RECORD_HDR *rh,
const struct LFS_RECORD_HDR *rh, void *buffer)
struct LFS_RECORD_HDR *rh = NULL;
struct LFS_RECORD_HDR *rh = lcb->lrh;
lcb->log_rec = Add2Ptr(rh, sizeof(struct LFS_RECORD_HDR));
struct LFS_RECORD_HDR *hdr;
static_assert(sizeof(struct LFS_RECORD_HDR) == 0x30);
const struct LFS_RECORD_HDR *frh;
struct LFS_RECORD_HDR *lrh; // Log record header of the current lsn.