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

  /src/sys/ufs/lfs/
lfs_alloc.c 156 fs->lfs_ino_bitmap = (lfs_bm_t *)
158 sizeof(lfs_bm_t), M_SEGMENT, M_WAITOK);
818 malloc(((maxino + BMMASK) >> BMSHIFT) * sizeof(lfs_bm_t),
lfs.h 1000 typedef uint32_t lfs_bm_t; typedef in typeref:typename:uint32_t
1079 lfs_bm_t *lfs_ino_bitmap; /* Inuse inodes bitmap */

Completed in 109 milliseconds