Searched refs:transact_id (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/fs/ntfs3/ |
| D | fslog.c | 250 __le32 transact_id; // 0x24: member 3747 u32 saved_len, rec_len, transact_id; in log_replay() local 4134 if (!check_log_rec(lrh, rec_len, le32_to_cpu(frh->transact_id), in log_replay() 4174 if (!check_log_rec(lrh, rec_len, le32_to_cpu(frh->transact_id), in log_replay() 4252 if (!check_log_rec(lrh, rec_len, le32_to_cpu(frh->transact_id), in log_replay() 4284 if (!check_log_rec(lrh, rec_len, le32_to_cpu(frh->transact_id), in log_replay() 4387 transact_id = le32_to_cpu(frh->transact_id); in log_replay() 4391 if (!check_log_rec(lrh, rec_len, transact_id, bytes_per_attr_entry)) { in log_replay() 4419 tr = Add2Ptr(trtbl, transact_id); in log_replay() 4421 if (transact_id >= bytes_per_rt(trtbl) || in log_replay() [all …]
|
| /Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| D | hw_atl2_utils.h | 422 u8 transact_id; member
|