Home | History | Annotate | Download | only in genext2fs

Lines Matching defs:holes

235 #define OP_HOLES     0x01       // make files with holes
1959 init_fs(int nbblocks, int nbinodes, int nbresrvd, int holes, uint32 fs_timestamp)
2122 if(holes)
2493 " -z, --allow-holes Allow files with holes.\n"
2529 int holes = 0;
2552 { "allow-holes", no_argument, NULL, 'z' },
2600 holes = 1;
2687 fs = init_fs(nbblocks, nbinodes, nbresrvd, holes, fs_timestamp);