Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat_write.c242 slotptr->id |= LAST_LONG_ENTRY_MASK; in fill_dir_slot()
282 __u8 counter = (slotptr->id & ~LAST_LONG_ENTRY_MASK) & 0xff; in get_long_file_name()
293 if (((slotptr->id & ~LAST_LONG_ENTRY_MASK) & 0xff) != counter) in get_long_file_name()
319 if (((slotptr2->id & ~LAST_LONG_ENTRY_MASK) in get_long_file_name()
341 } while (!(slotptr->id & LAST_LONG_ENTRY_MASK)); in get_long_file_name()
824 (dentptr->name[0] & LAST_LONG_ENTRY_MASK)) { in find_directory_entry()
H A Dfat.c800 int seqn = itr->dent->name[0] & ~LAST_LONG_ENTRY_MASK; in extract_vfat_name()
861 (dent->name[0] & LAST_LONG_ENTRY_MASK)) { in fat_itr_next()
/OK3568_Linux_fs/u-boot/include/
H A Dfat.h60 #define LAST_LONG_ENTRY_MASK 0x40 macro