Searched refs:AM_LFN (Results 1 – 1 of 1) sorted by relevance
66 #define AM_LFN 0x0F /* LFN entry */ macro1715 dir[LDIR_Attr] = AM_LFN; /* Set attribute. LFN entry */ in put_lfn()1849 if (attr == AM_LFN) { /* An LFN entry is found */ in dir_read()1865 …if (b != DDEM && b != '.' && attr != AM_LFN && (int)((attr & ~AM_ARC) == AM_VOL) == vol) { /* Is i… in dir_read()1906 if (attr == AM_LFN) { /* An LFN entry is found */ in dir_read_massive()1922 …if (b != DDEM && b != '.' && attr != AM_LFN && (int)((attr & ~AM_ARC) == AM_VOL) == vol) { /* Is i… in dir_read_massive()1965 if (c == DDEM || ((a & AM_VOL) && a != AM_LFN)) { /* An entry without valid data */ in dir_find()1968 if (a == AM_LFN) { /* An LFN entry is found */ in dir_find()