Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfslog.c243 struct LFS_RECORD_HDR { struct
257 static_assert(sizeof(struct LFS_RECORD_HDR) == 0x30);
396 struct LFS_RECORD_HDR *lrh; // Log record header of the current lsn.
1339 log->record_header_len = sizeof(struct LFS_RECORD_HDR); in log_create()
1444 static int next_log_lsn(struct ntfs_log *log, const struct LFS_RECORD_HDR *rh, in next_log_lsn()
2231 const struct LFS_RECORD_HDR *rh, void *buffer) in read_log_rec_buf()
2303 struct LFS_RECORD_HDR *rh = NULL; in read_rst_area()
2368 struct LFS_RECORD_HDR *rh = lcb->lrh; in find_log_rec()
2422 lcb->log_rec = Add2Ptr(rh, sizeof(struct LFS_RECORD_HDR)); in find_log_rec()
2483 struct LFS_RECORD_HDR *hd in find_client_next_lsn()
[all...]

Completed in 5 milliseconds