MINDIRSIZE
if (inp->i_isize < MINDIRSIZE) {
inp->i_isize = roundup(MINDIRSIZE, sblock.e2fs_bsize);
inp->i_isize = roundup(MINDIRSIZE, DIRBLKSIZ);