Home
last modified time | relevance | path

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

/mirbsd/src/sys/msdosfs/
Dmsdosfs_conv.c589 wep->weCnt = cnt;
617 wep->weCnt |= WIN_LAST;
623 wep->weCnt |= WIN_LAST;
644 if (wep->weCnt&WIN_LAST)
654 i = ((wep->weCnt&WIN_CNT) - 1) * WIN_CHARS;
659 if ((wep->weCnt&WIN_LAST) && unlen > WIN_CHARS)
709 if ((wep->weCnt&WIN_CNT) > howmany(WIN_MAXLEN, WIN_CHARS)
710 || !(wep->weCnt&WIN_CNT))
716 if (wep->weCnt&WIN_LAST) {
721 dp->d_namlen = (wep->weCnt&WIN_CNT) * WIN_CHARS;
[all …]
Ddirentry.h86 u_int8_t weCnt; member