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

/linux-master/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);
1444 static int next_log_lsn(struct ntfs_log *log, const struct LFS_RECORD_HDR *rh,
2231 const struct LFS_RECORD_HDR *rh, void *buffer)
2303 struct LFS_RECORD_HDR *rh = NULL;
2368 struct LFS_RECORD_HDR *rh = lcb->lrh;
2422 lcb->log_rec = Add2Ptr(rh, sizeof(struct LFS_RECORD_HDR));
2483 struct LFS_RECORD_HDR *hd
[all...]

Completed in 169 milliseconds