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

/linux-master/fs/ntfs3/
H A Dfslog.c671 u32 bytes_per_attr_entry)
704 if ((t16 - sizeof(struct RESTART_TABLE)) % bytes_per_attr_entry)
3740 u32 i, bytes_per_attr_entry; local
4099 bytes_per_attr_entry = !rst->major_ver ? 0x2C : 0x28;
4118 bytes_per_attr_entry)) {
4158 bytes_per_attr_entry)) {
4236 bytes_per_attr_entry)) {
4268 bytes_per_attr_entry)) {
4340 oatbl = init_rsttbl(bytes_per_attr_entry, 8);
4371 if (!check_log_rec(lrh, rec_len, transact_id, bytes_per_attr_entry)) {
670 check_log_rec(const struct LOG_REC_HDR *lr, u32 bytes, u32 tr, u32 bytes_per_attr_entry) argument
[all...]

Completed in 185 milliseconds