Searched refs:max_mount_count (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/misc/
H A Dtune2fs.c71 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;
1683 sb->s_max_mnt_count = max_mount_count;
1686 max_mount_count);

Completed in 2411 milliseconds