Searched refs:LFS_RECORD_HDR (Results 1 – 1 of 1) sorted by relevance
243 struct LFS_RECORD_HDR { struct257 static_assert(sizeof(struct LFS_RECORD_HDR) == 0x30); argument396 struct LFS_RECORD_HDR *lrh; // Log record header of the current lsn.1359 log->record_header_len = sizeof(struct LFS_RECORD_HDR); in log_create()1464 static int next_log_lsn(struct ntfs_log *log, const struct LFS_RECORD_HDR *rh, in next_log_lsn()2251 const struct LFS_RECORD_HDR *rh, void *buffer) in read_log_rec_buf()2323 struct LFS_RECORD_HDR *rh = NULL; in read_rst_area()2388 struct LFS_RECORD_HDR *rh = lcb->lrh; in find_log_rec()2442 lcb->log_rec = Add2Ptr(rh, sizeof(struct LFS_RECORD_HDR)); in find_log_rec()2503 struct LFS_RECORD_HDR *hdr; in find_client_next_lsn()[all …]