Lines Matching defs:options
35 struct options { struct
36 char *device; /* Device/File to work with */
37 int info; /* Show volume info */
38 int force; /* Override common sense */
39 int quiet; /* Less output */
40 int verbose; /* Extra output */
41 int noaction; /* Do not write to disk */
42 int count; /* Number of iterations */
43 int *bytes; /* List of overwrite characters */
44 int directory; /* Wipe directory indexes */
45 int logfile; /* Wipe the logfile (journal) */
46 int mft; /* Wipe mft slack space */
47 int pagefile; /* Wipe pagefile (swap space) */
48 int tails; /* Wipe file tails */
49 int unused; /* Wipe unused clusters */
50 int unused_fast; /* Wipe unused clusters (fast) */
51 int undel; /* Wipe undelete data */