Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c74 #define NS_LFN 0x02 /* Force to create LFN entry */ macro
2547 n_ent = (sn[NSFLAG] & NS_LFN) ? (len + 12) / 13 + 1 : 1; /* Number of entries to allocate */
2925 if (si > 0 || lfn[si] == '.') cf |= NS_LOSS | NS_LFN; /* Is there any leading space or dot? */
2934 cf |= NS_LOSS | NS_LFN;
2940 cf |= NS_LOSS | NS_LFN;
2943 if (si != di) cf |= NS_LOSS | NS_LFN; /* Name body overflow? */
2950 cf |= NS_LFN; /* LFN entry needs to be created */
2968 cf |= NS_LOSS | NS_LFN;
2974 wc = '_'; cf |= NS_LOSS | NS_LFN;/* Lossy conversion */
2990 …if ((b & 0x0C) == 0x0C || (b & 0x03) == 0x03) cf |= NS_LFN; /* LFN entry needs to be created if co…
[all …]