Lines Matching defs:options
41 struct options { struct
42 char *device; /* Device/File to work with */
43 enum optmode mode; /* Scan / Undelete / Copy */
44 int percent; /* Minimum recoverability */
45 int uinode; /* Undelete this inode */
46 char *dest; /* Save file to this directory */
47 char *output; /* With this filename */
48 char *match; /* Pattern for filename matching */
49 int match_case; /* Case sensitive matching */
50 int truncate; /* Truncate files to exact size. */
51 int quiet; /* Less output */
52 int verbose; /* Extra output */
53 int force; /* Override common sense */
54 int optimistic; /* Undelete in-use clusters as well */
55 int parent; /* Show parent directory */
56 time_t since; /* Since this time */
57 s64 size_begin; /* Range for file size */
58 s64 size_end;
59 s64 mft_begin; /* Range for mft copy */
60 s64 mft_end;
61 char fillbyte; /* Use for unrecoverable sections */