Searched refs:NS_LOSS (Results 1 – 1 of 1) sorted by relevance
73 #define NS_LOSS 0x01 /* Out of 8.3 format */ macro2412 if (!(dp->fn[NSFLAG] & NS_LOSS) && !memcmp(dp->dir, dp->fn, 11)) break; /* SFN matched? */2481 if (sn[NSFLAG] & NS_LOSS) { /* When LFN is out of 8.3 format, generate a numbered name */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? */2899 cf |= NS_LOSS | NS_LFN;2905 wc = '_'; cf |= NS_LOSS | NS_LFN;/* Lossy conversion */