Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c694 u32 bytes_per_attr_entry) in check_log_rec() argument
727 if ((t16 - sizeof(struct RESTART_TABLE)) % bytes_per_attr_entry) in check_log_rec()
3874 u32 i, bytes_per_attr_entry; in log_replay() local
4251 bytes_per_attr_entry = !rst->major_ver ? 0x2C : 0x28; in log_replay()
4270 bytes_per_attr_entry)) { in log_replay()
4310 bytes_per_attr_entry)) { in log_replay()
4405 bytes_per_attr_entry)) { in log_replay()
4437 bytes_per_attr_entry)) { in log_replay()
4532 oatbl = init_rsttbl(bytes_per_attr_entry, 8); in log_replay()
4563 if (!check_log_rec(lrh, rec_len, transact_id, bytes_per_attr_entry)) { in log_replay()
[all …]