Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c74 #define NS_LFN 0x02 /* Force to create LFN entry */ macro
2494 n_ent = (sn[NSFLAG] & NS_LFN) ? (len + 12) / 13 + 1 : 1; /* Number of entries to allocate */
2856 if (si > 0 || lfn[si] == '.') cf |= NS_LOSS | NS_LFN; /* Is there any leading space or dot? */
2865 cf |= NS_LOSS | NS_LFN;
2871 cf |= NS_LOSS | NS_LFN;
2874 if (si != di) cf |= NS_LOSS | NS_LFN; /* Name body overflow? */
2881 cf |= NS_LFN; /* LFN entry needs to be created */
2899 cf |= NS_LOSS | NS_LFN;
2905 wc = '_'; cf |= NS_LOSS | NS_LFN;/* Lossy conversion */
2921 …if ((b & 0x0C) == 0x0C || (b & 0x03) == 0x03) cf |= NS_LFN; /* LFN entry needs to be created if co…
[all …]