HomeSort by: relevance | last modified time | path
    Searched defs:e2fs_count (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_lookup.c 157 size_t e2fs_count, readcnt; local in function:ext2fs_readdir
174 e2fs_count = uio->uio_resid;
176 e2fs_count -= (uio->uio_offset + e2fs_count) & (fs->e2fs_bsize -1);
177 if (e2fs_count <= 0)
183 aiov.iov_len = e2fs_count;
184 auio.uio_resid = e2fs_count;
186 dirbuf = kmem_alloc(e2fs_count, KM_SLEEP);
189 nc = e2fs_count / _DIRENT_MINSIZE((struct dirent *)0);
198 readcnt = e2fs_count - auio.uio_resid
    [all...]

Completed in 11 milliseconds