Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dfslog.c669 u32 bytes_per_attr_entry) in check_log_rec() argument
702 if ((t16 - sizeof(struct RESTART_TABLE)) % bytes_per_attr_entry) in check_log_rec()
3743 u32 i, bytes_per_attr_entry; in log_replay() local
4115 bytes_per_attr_entry = !rst->major_ver ? 0x2C : 0x28; in log_replay()
4135 bytes_per_attr_entry)) { in log_replay()
4175 bytes_per_attr_entry)) { in log_replay()
4253 bytes_per_attr_entry)) { in log_replay()
4285 bytes_per_attr_entry)) { in log_replay()
4360 oatbl = init_rsttbl(bytes_per_attr_entry, 8); in log_replay()
4391 if (!check_log_rec(lrh, rec_len, transact_id, bytes_per_attr_entry)) { in log_replay()
[all …]