Home
last modified time | relevance | path

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

/Linux-v6.1/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()
3761 u32 i, bytes_per_attr_entry; in log_replay() local
4133 bytes_per_attr_entry = !rst->major_ver ? 0x2C : 0x28; in log_replay()
4153 bytes_per_attr_entry)) { in log_replay()
4193 bytes_per_attr_entry)) { in log_replay()
4271 bytes_per_attr_entry)) { in log_replay()
4299 bytes_per_attr_entry)) { in log_replay()
4374 oatbl = init_rsttbl(bytes_per_attr_entry, 8); in log_replay()
4405 if (!check_log_rec(lrh, rec_len, transact_id, bytes_per_attr_entry)) { in log_replay()
[all …]