Searched refs:LAST_LONG_ENTRY_MASK (Results 1 – 3 of 3) sorted by relevance
242 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()
800 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()
60 #define LAST_LONG_ENTRY_MASK 0x40 macro