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

  /src/usr.sbin/makefs/
chfs_makefs.h 44 int eraseblock; /* eraseblock size */ member in struct:__anon2476bf860108
chfs.c 64 { 'e', "eraseblock", &chfs_opts->eraseblock, OPT_INT32,
65 1, INT_MAX, "eraseblock size" },
72 chfs_opts->eraseblock = -1;
152 if (chfs_opts->eraseblock == -1) {
153 chfs_opts->eraseblock = DEFAULT_ERASEBLOCK;
  /src/usr.sbin/makefs/chfs/
chfs_mkfs.c 89 while (img_ofs % chfs_opts->eraseblock) {
91 chfs_opts->eraseblock - (img_ofs % chfs_opts->eraseblock)));
107 if ((img_ofs % chfs_opts->eraseblock) + req >
108 (uint32_t)chfs_opts->eraseblock) {

Completed in 55 milliseconds