Searched refs:LLEF (Results 1 – 1 of 1) sorted by relevance
124 #define LLEF 0x40 /* Last long entry flag in LDIR_Ord */ macro1654 …if ((dir[LDIR_Ord] & LLEF) && wc && lfnbuf[i]) return 0; /* Last segment matched but different len… in cmp_lfn()1676 i = ((dir[LDIR_Ord] & ~LLEF) - 1) * 13; /* Offset in the LFN buffer */ in pick_lfn()1688 …if (dir[LDIR_Ord] & LLEF && wc != 0) { /* Put terminator if it is the last LFN part and not termin… in pick_lfn()1726 if (wc == 0xFFFF || !lfn[i]) ord |= LLEF; /* Last LFN part is the start of LFN sequence */ in put_lfn()1850 if (b & LLEF) { /* Is it start of an LFN sequence? */ in dir_read()1852 b &= (BYTE)~LLEF; ord = b; in dir_read()1907 if (b & LLEF) { /* Is it start of an LFN sequence? */ in dir_read_massive()1909 b &= (BYTE)~LLEF; ord = b; in dir_read_massive()1970 if (c & LLEF) { /* Is it start of LFN sequence? */ in dir_find()[all …]