Searched refs:check_log_rec (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/ntfs3/ |
D | fslog.c | 685 static bool check_log_rec(const struct LOG_REC_HDR *lr, u32 bytes, u32 tr, in check_log_rec() function 4143 if (!check_log_rec(lrh, rec_len, le32_to_cpu(frh->transact_id), in log_replay() 4183 if (!check_log_rec(lrh, rec_len, le32_to_cpu(frh->transact_id), in log_replay() 4260 if (!check_log_rec(lrh, rec_len, le32_to_cpu(frh->transact_id), in log_replay() 4292 if (!check_log_rec(lrh, rec_len, le32_to_cpu(frh->transact_id), in log_replay() 4419 if (!check_log_rec(lrh, rec_len, transact_id, bytes_per_attr_entry)) { in log_replay() 4900 if (!check_log_rec(lrh, rec_len, transact_id, bytes_per_attr_entry)) { in log_replay() 5053 if (!check_log_rec(lrh, rec_len, transact_id, bytes_per_attr_entry)) { in log_replay()
|