Home | History | Annotate | Download | only in pending

Lines Matching full:filesystem

1 /* mke2fs.c - Create an ext2 filesystem image.
14 Create an ext2 filesystem on a block device or filesystem image.
22 -m percent Reserve this percent of filesystem space for root user
81 long inodes; // Total inodes in filesystem.
86 struct dirtree *dt; // Tree of files to copy into the new filesystem.
90 unsigned blocks; // Total blocks in the filesystem.
91 unsigned freeblocks; // Free blocks in the filesystem.
99 int fsfd; // File descriptor of filesystem (to output to).
449 // TODO: Check if filesystem is mounted here
494 // If we're generating a filesystem and have no idea how many blocks it