Lines Matching defs:options
31 struct options { struct
32 char *device; /* Device/File to work with */
33 char *file; /* File to display */
34 s64 inode; /* Inode to work with */
35 ATTR_TYPES attr; /* Attribute type to display */
36 ntfschar *attr_name; /* Attribute name to display */
37 int attr_name_len; /* Attribute name length */
38 int force; /* Override common sense */
39 int quiet; /* Less output */
40 int verbose; /* Extra output */
41 BOOL raw; /* Raw data output */