Home
last modified time | relevance | path

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

/minix/sys/fs/msdosfs/
H A Dmsdosfs_conv.c534 wep->weCnt = cnt; in unix2winfn()
562 wep->weCnt |= WIN_LAST; in unix2winfn()
568 wep->weCnt |= WIN_LAST; in unix2winfn()
585 if (wep->weCnt&WIN_LAST) in winChkName()
595 i = ((wep->weCnt&WIN_CNT) - 1) * WIN_CHARS; in winChkName()
612 if ((wep->weCnt&WIN_LAST) && unlen > WIN_CHARS) in winChkName()
659 if ((wep->weCnt&WIN_CNT) > howmany(WIN_MAXLEN, WIN_CHARS) in win2unixfn()
660 || !(wep->weCnt&WIN_CNT)) in win2unixfn()
666 if (wep->weCnt&WIN_LAST) { in win2unixfn()
672 dp->d_namlen = (wep->weCnt&WIN_CNT) * WIN_CHARS; in win2unixfn()
[all …]
H A Ddirentry.h91 u_int8_t weCnt; member
/minix/sys/lib/libsa/
H A Ddosfs.c561 x = dir[ent].xde.weCnt; in lookup()
634 lfn += 13 * ((xde->weCnt & WIN_CNT) - 1); in cp_xdnm()
643 if (xde->weCnt & WIN_LAST) in cp_xdnm()