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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dtune2fs.c56 static int max_mount_count, mount_count, mount_flags; variable
413 max_mount_count = xatou_range(optarg, 0, 16000);
414 if (max_mount_count == 0)
415 max_mount_count = -1;
617 sb->s_max_mnt_count = max_mount_count;
619 printf("Setting maximal mount count to %d\n", max_mount_count);

Completed in 34 milliseconds