Lines Matching refs:action
140 opts.action = act_none;
156 if ((opts.action == act_none) &&
158 opts.action = act_cluster;
160 opts.action = act_error;
163 if (opts.action == act_none) {
164 opts.action = act_file;
167 opts.action = act_error;
183 if (opts.action == act_none) {
184 opts.action = act_inode;
189 opts.action = act_error;
193 if (opts.action == act_none)
194 opts.action = act_info;
196 opts.action = act_error;
199 if (opts.action == act_none)
200 opts.action = act_last;
202 opts.action = act_error;
209 if ((opts.action == act_none) &&
211 opts.action = act_sector;
213 opts.action = act_error;
242 if (opts.action == act_none)
243 opts.action = act_info;
244 if (opts.action == act_info)
258 if (opts.action == act_error) {
259 ntfs_log_error("You may only specify one action: --info, --cluster, --sector or --last.\n");
501 switch (opts.action) {