Searched refs:nent (Results 1 – 1 of 1) sorted by relevance
1794 UINT nent /* Number of contiguous entries to allocate */ argument1813 if (++n == nent) break; /* A block of contiguous free entries is found */2261 UINT nent; local2266 nent = dirb[XDIR_NumSec] + 1;2275 if (--nent == 0) break;2500 UINT n, nlen, nent; local2509 nent = (nlen + 14) / 15 + 2; /* Number of entries to allocate (85+C0+C1s) */2510 res = dir_alloc(dp, nent); /* Allocate directory entries */2512 dp->blk_ofs = dp->dptr - SZDIRE * (nent - 1); /* Set the allocated entry block offset */2553 nent = (sn[NSFLAG] & NS_LFN) ? (nlen + 12) / 13 + 1 : 1; /* Number of entries to allocate */[all …]