Searched refs:transact_id (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | fslog.c | 250 __le32 transact_id; // 0x24: member 3876 u32 saved_len, rec_len, transact_id; in log_replay() local 4269 if (!check_log_rec(lrh, rec_len, le32_to_cpu(frh->transact_id), in log_replay() 4309 if (!check_log_rec(lrh, rec_len, le32_to_cpu(frh->transact_id), in log_replay() 4404 if (!check_log_rec(lrh, rec_len, le32_to_cpu(frh->transact_id), in log_replay() 4436 if (!check_log_rec(lrh, rec_len, le32_to_cpu(frh->transact_id), in log_replay() 4559 transact_id = le32_to_cpu(frh->transact_id); in log_replay() 4563 if (!check_log_rec(lrh, rec_len, transact_id, bytes_per_attr_entry)) { in log_replay() 4591 tr = Add2Ptr(trtbl, transact_id); in log_replay() 4593 if (transact_id >= bytes_per_rt(trtbl) || in log_replay() [all …]
|