Home
last modified time | relevance | path

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

/netbsd/src/sys/ufs/lfs/
Dulfs_inode.h122 #define LFS_N_SBLOCKS 1 /* Always 1, to throttle superblock writes */ macro
129 #define LFS_N_TOTAL (LFS_N_SUMMARIES + LFS_N_SBLOCKS + LFS_N_IBLOCKS + \
Dlfs_subr.c94 LFS_N_SBLOCKS,
123 for (j = 0; j < LFS_N_SBLOCKS; j++, i++) in lfs_setup_resblks()