Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c4464 struct OPEN_ATTR_ENRTY_32 oe0; in log_replay() local
4467 memcpy(&oe0, oe, SIZEOF_OPENATTRIBUTEENTRY0); in log_replay()
4469 oe->bytes_per_index = oe0.bytes_per_index; in log_replay()
4470 oe->type = oe0.type; in log_replay()
4471 oe->is_dirty_pages = oe0.is_dirty_pages; in log_replay()
4473 oe->ref = oe0.ref; in log_replay()
4474 oe->open_record_lsn = oe0.open_record_lsn; in log_replay()
4769 struct OPEN_ATTR_ENRTY_32 *oe0 = Add2Ptr(lrh, t16); in log_replay() local
4771 oe->bytes_per_index = oe0->bytes_per_index; in log_replay()
4772 oe->type = oe0->type; in log_replay()
[all …]