Home
last modified time | relevance | path

Searched refs:LFS_N_IBLOCKS (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/ufs/lfs/
Dulfs_inode.h123 #define LFS_N_IBLOCKS 16 /* In theory ssize/bsize; in practice around 2 */ macro
129 #define LFS_N_TOTAL (LFS_N_SUMMARIES + LFS_N_SBLOCKS + LFS_N_IBLOCKS + \
Dlfs_subr.c95 LFS_N_IBLOCKS,
125 for (j = 0; j < LFS_N_IBLOCKS; j++, i++) in lfs_setup_resblks()