Searched refs:LDIR_Ord (Results 1 – 2 of 2) sorted by relevance
187 #define LDIR_Ord 0 /* LFN: LFN order and LLE flag (BYTE) */ macro
1640 i = ((dir[LDIR_Ord] & 0x3F) - 1) * 13; /* Offset in the LFN buffer */ in cmp_lfn()1654 …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()1727 dir[LDIR_Ord] = ord; /* Set the LFN order */ in put_lfn()