Lines Matching refs:al_entry
1860 ATTR_LIST_ENTRY *al_entry, *next_al_entry;
1958 al_entry = (ATTR_LIST_ENTRY*)ni->attr_list;
1959 al_end = (u8*)al_entry + ni->attr_list_size;
1960 for (;; al_entry = next_al_entry) {
1962 if ((u8*)al_entry < ni->attr_list ||
1963 (u8*)al_entry > al_end)
1966 if ((u8*)al_entry == al_end)
1968 if (!al_entry->length)
1970 if ((u8*)al_entry + 6 > al_end || (u8*)al_entry +
1971 le16_to_cpu(al_entry->length) > al_end)
1973 next_al_entry = (ATTR_LIST_ENTRY*)((u8*)al_entry +
1974 le16_to_cpu(al_entry->length));
1975 if (le32_to_cpu(al_entry->type) > le32_to_cpu(AT_DATA))
1977 if (AT_DATA != al_entry->type)
1980 if (al_entry->name_length)
1983 if (al_entry->lowest_vcn)
1986 if (MREF_LE(al_entry->mft_reference) != vi->i_ino) {
1997 if (MSEQNO_LE(al_entry->mft_reference) !=