Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dfslog.c243 struct LFS_RECORD_HDR { struct
257 static_assert(sizeof(struct LFS_RECORD_HDR) == 0x30); argument
396 struct LFS_RECORD_HDR *lrh; // Log record header of the current lsn.
1340 log->record_header_len = sizeof(struct LFS_RECORD_HDR); in log_create()
1445 static int next_log_lsn(struct ntfs_log *log, const struct LFS_RECORD_HDR *rh, in next_log_lsn()
2232 const struct LFS_RECORD_HDR *rh, void *buffer) in read_log_rec_buf()
2304 struct LFS_RECORD_HDR *rh = NULL; in read_rst_area()
2369 struct LFS_RECORD_HDR *rh = lcb->lrh; in find_log_rec()
2423 lcb->log_rec = Add2Ptr(rh, sizeof(struct LFS_RECORD_HDR)); in find_log_rec()
2484 struct LFS_RECORD_HDR *hdr; in find_client_next_lsn()
[all …]