Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h58 #define LAST_LONG_ENTRY_MASK 0x40 macro
/openbmc/u-boot/fs/fat/
H A Dfat.c818 int seqn = itr->dent->name[0] & ~LAST_LONG_ENTRY_MASK; in extract_vfat_name()
881 (dent->name[0] & LAST_LONG_ENTRY_MASK)) { in fat_itr_next()
H A Dfat_write.c239 slotptr->id |= LAST_LONG_ENTRY_MASK; in fill_dir_slot()