HomeSort by: relevance | last modified time | path
    Searched refs:mke2fs (Results 1 - 7 of 7) sorted by relevancy

  /src/sbin/newfs_ext2fs/
extern.h 32 void mke2fs(const char *, int, int);
Makefile 9 SRCS= newfs_ext2fs.c mke2fs.c ext2fs_bswap.c partutil.c openspecial.c
newfs_ext2fs.c 47 * newfs: friendly front end to mke2fs
395 mke2fs(special, fsi, fso);
mke2fs.c 1 /* $NetBSD: mke2fs.c,v 1.28 2025/01/05 22:11:18 andvar Exp $ */
81 * mke2fs.c: "re-invent (dumb but non-GPLed) wheel as a fun project"
103 __RCSID("$NetBSD: mke2fs.c,v 1.28 2025/01/05 22:11:18 andvar Exp $");
183 mke2fs(const char *fsys, int fi, int fo) function
  /src/external/gpl2/lvm2/dist/test/
t-fsadm.sh 22 mke2fs -b4096 -j $G_dev_/$vg/$lv1
t-pvcreate-operation.sh 19 if mke2fs $dev1; then
  /src/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/
lvm2create_initrd 334 verbose "mke2fs -F -m0 -L LVM-$VERSION $DEVRAM $INITRDSIZE"
336 mke2fs $OPT_Q -F -m0 -L LVM-$VERSION $DEVRAM $INITRDSIZE
339 echo "$cmd -- ERROR you need to use mke2fs >= 1.14 or increase INITRDSIZE"

Completed in 19 milliseconds