HomeSort by relevance Sort by last modified time
    Searched refs:reserved_ratio (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/ext2fs/
initialize.c 103 double reserved_ratio; local
410 reserved_ratio = 100.0 * ext2fs_r_blocks_count(param) /
412 ext2fs_r_blocks_count_set(super, reserved_ratio *
  /external/e2fsprogs/misc/
mke2fs.c 1286 double reserved_ratio = -1.0; local
    [all...]
tune2fs.c 85 static double reserved_ratio; variable
1004 reserved_ratio = strtod(optarg, &tmp);
1005 if (*tmp || reserved_ratio > 50 ||
1006 reserved_ratio < 0) {
    [all...]

Completed in 83 milliseconds