make_dir
static void make_dir(struct lfs *, void *,
make_dir(fs, bp->b_data, lfs_root_dir, __arraycount(lfs_root_dir));
make_dir(fs, bp->b_data, lfs_lf_dir, __arraycount(lfs_lf_dir));
make_dir(path, 0755);
make_dir(path, mode);