Home
last modified time | relevance | path

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

/external/u-boot/fs/fat/
Dfat_write.c241 slotptr->id |= LAST_LONG_ENTRY_MASK; in fill_dir_slot()
281 __u8 counter = (slotptr->id & ~LAST_LONG_ENTRY_MASK) & 0xff; in get_long_file_name()
292 if (((slotptr->id & ~LAST_LONG_ENTRY_MASK) & 0xff) != counter) in get_long_file_name()
318 if (((slotptr2->id & ~LAST_LONG_ENTRY_MASK) in get_long_file_name()
340 } while (!(slotptr->id & LAST_LONG_ENTRY_MASK)); in get_long_file_name()
822 (dentptr->name[0] & LAST_LONG_ENTRY_MASK)) { in find_directory_entry()
Dfat.c791 int seqn = itr->dent->name[0] & ~LAST_LONG_ENTRY_MASK; in extract_vfat_name()
851 (dent->name[0] & LAST_LONG_ENTRY_MASK)) { in fat_itr_next()
/external/u-boot/include/
Dfat.h58 #define LAST_LONG_ENTRY_MASK 0x40 macro