Home
last modified time | relevance | path

Searched refs:printonly (Results 1 – 1 of 1) sorted by relevance

/openbsd/sbin/fsirand/
H A Dfsirand.c43 int printonly = 0, force = 0, ignorelabel = 0; variable
62 printonly = 1; in main()
110 if ((devfd = opendev(device, printonly ? O_RDONLY : O_RDWR, in fsirand()
184 if (!force && !printonly && sblock->fs_clean != FS_ISCLEAN) { in fsirand()
226 if (printonly && (sblock->fs_id[0] || sblock->fs_id[1])) { in fsirand()
242 if ((sblock->fs_inodefmt >= FS_44INODEFMT) && !printonly) { in fsirand()
262 if ((sblock->fs_inodefmt >= FS_44INODEFMT) && !printonly) { in fsirand()
295 if (printonly) in fsirand()
308 if (!printonly) { in fsirand()