LFS_MAXINO
#define LFS_ASSERT_MAXINO(fs, ino) KASSERTMSG(ino < LFS_MAXINO(fs), \
"inode %jd >= max %jd", (intmax_t)(ino), (intmax_t)LFS_MAXINO(fs));