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

  /src/sys/ufs/lfs/
ulfs_vnops.c 791 size_t direntbufmax; local in function:ulfs_readdir
855 direntbufmax = callerbytes;
856 direntbuf = kmem_alloc(direntbufmax, KM_SLEEP);
860 stopdirent = (struct dirent *)(void *)&direntbuf[direntbufmax];
941 kmem_free(direntbuf, direntbufmax);
  /src/sys/ufs/ufs/
ufs_vnops.c 1584 size_t direntbufmax; local in function:ufs_readdir
1726 direntbufmax = callerbytes;
1727 direntbuf = kmem_alloc(direntbufmax, KM_SLEEP);
1731 stopdirent = (struct dirent *)(void *)&direntbuf[direntbufmax];
1817 kmem_free(direntbuf, direntbufmax);

Completed in 28 milliseconds