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

  /src/sys/ufs/lfs/
ulfs_inode.h 123 #define LFS_N_IBLOCKS 16 /* In theory ssize/bsize; in practice around 2 */
129 #define LFS_N_TOTAL (LFS_N_SUMMARIES + LFS_N_SBLOCKS + LFS_N_IBLOCKS + \
lfs_subr.c 95 LFS_N_IBLOCKS,
125 for (j = 0; j < LFS_N_IBLOCKS; j++, i++)

Completed in 13 milliseconds