Home
last modified time | relevance | path

Searched refs:LOG_MINBSIZE (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/ufs/ext2fs/
H A Dext2fs.h77 #define LOG_MINBSIZE 10 macro
78 #define MINBSIZE (1 << LOG_MINBSIZE)
H A Dext2fs_vfsops.c362 fs->e2fs_bshift = LOG_MINBSIZE + fs->e2fs.e2fs_log_bsize; in e2fs_sbfill()
/openbsd/sbin/fsck_ext2fs/
H A Dsetup.c307 sblock.e2fs_bshift = LOG_MINBSIZE + sblock.e2fs.e2fs_log_bsize; in readsb()
486 fs->e2fs_bshift = LOG_MINBSIZE + fs->e2fs.e2fs_log_bsize; in calcsb()
/openbsd/sbin/newfs_ext2fs/
H A Dmke2fs.c241 sblock.e2fs.e2fs_log_bsize = ilog2(bsize) - LOG_MINBSIZE; in mke2fs()
246 sblock.e2fs_bshift = sblock.e2fs.e2fs_log_bsize + LOG_MINBSIZE; in mke2fs()