HomeSort by relevance Sort by last modified time
    Searched full:max_mount_count (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/misc/
tune2fs.c 71 static int max_mount_count, mount_count, mount_flags; variable
644 max_mount_count = strtol(optarg, &tmp, 0);
645 if (*tmp || max_mount_count > 16000) {
651 if (max_mount_count == 0)
652 max_mount_count = -1;
    [all...]
  /external/e2fsprogs/
RELEASE-NOTES     [all...]

Completed in 50 milliseconds