Home
last modified time | relevance | path

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

/Linux-v5.15/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()
3763 u32 i, bytes_per_attr_entry; in log_replay() local
4129 bytes_per_attr_entry = !rst->major_ver ? 0x2C : 0x28; in log_replay()
4149 bytes_per_attr_entry)) { in log_replay()
4189 bytes_per_attr_entry)) { in log_replay()
4267 bytes_per_attr_entry)) { in log_replay()
4295 bytes_per_attr_entry)) { in log_replay()
4370 oatbl = init_rsttbl(bytes_per_attr_entry, 8); in log_replay()
4401 if (!check_log_rec(lrh, rec_len, transact_id, bytes_per_attr_entry)) { in log_replay()
[all …]