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

  /src/sys/ufs/lfs/
ulfs_vnops.c 791 size_t direntbufmax; local
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 1587 size_t direntbufmax; local
1729 direntbufmax = callerbytes;
1730 direntbuf = kmem_alloc(direntbufmax, KM_SLEEP);
1734 stopdirent = (struct dirent *)(void *)&direntbuf[direntbufmax];
1820 kmem_free(direntbuf, direntbufmax);

Completed in 16 milliseconds