Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A 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.
1344 log->record_header_len = sizeof(struct LFS_RECORD_HDR); in log_create()
1449 static int next_log_lsn(struct ntfs_log *log, const struct LFS_RECORD_HDR *rh, in next_log_lsn()
2236 const struct LFS_RECORD_HDR *rh, void *buffer) in read_log_rec_buf()
2308 struct LFS_RECORD_HDR *rh = NULL; in read_rst_area()
2373 struct LFS_RECORD_HDR *rh = lcb->lrh; in find_log_rec()
2427 lcb->log_rec = Add2Ptr(rh, sizeof(struct LFS_RECORD_HDR)); in find_log_rec()
2488 struct LFS_RECORD_HDR *hdr; in find_client_next_lsn()
[all …]