Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c3070 ATTR_LIST_ENTRY *al_entry, *next_al_entry; local
3185 for (;; al_entry = next_al_entry) {
3206 next_al_entry = (ATTR_LIST_ENTRY*)((u8*)al_entry +
3253 if (lowest_vcn && (u8*)next_al_entry >= al_start &&
3254 (u8*)next_al_entry + 6 < al_end &&
3255 (u8*)next_al_entry + le16_to_cpu(
3256 next_al_entry->length) <= al_end &&
3257 sle64_to_cpu(next_al_entry->lowest_vcn) <=
3259 next_al_entry->type == al_entry->type &&
3260 next_al_entry
[all...]

Completed in 6 milliseconds