Home
last modified time | relevance | path

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

/fs/ntfs3/
Dfslog.c1445 static int next_log_lsn(struct ntfs_log *log, const struct LFS_RECORD_HDR *rh, in next_log_lsn() argument
1449 u64 this_lsn = le64_to_cpu(rh->this_lsn); in next_log_lsn()
1452 final_log_off(log, this_lsn, le32_to_cpu(rh->client_data_len)); in next_log_lsn()
2233 const struct LFS_RECORD_HDR *rh, void *buffer) in read_log_rec_buf() argument
2237 u64 lsn = le64_to_cpu(rh->this_lsn); in read_log_rec_buf()
2240 u32 data_len = le32_to_cpu(rh->client_data_len); in read_log_rec_buf()
2305 struct LFS_RECORD_HDR *rh = NULL; in read_rst_area() local
2320 (struct RECORD_PAGE_HDR **)&rh, NULL); in read_rst_area()
2325 lsnr = le64_to_cpu(rh->this_lsn); in read_rst_area()
2334 len = le32_to_cpu(rh->client_data_len); in read_rst_area()
[all …]
/fs/xfs/
Dxfs_log_recover.c376 xlog_logrec_hblks(struct xlog *log, struct xlog_rec_header *rh) in xlog_logrec_hblks() argument
379 int h_size = be32_to_cpu(rh->h_size); in xlog_logrec_hblks()
381 if ((be32_to_cpu(rh->h_version) & XLOG_VERSION_2) && in xlog_logrec_hblks()