Home
last modified time | relevance | path

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

/Linux-v6.1/fs/isofs/
Dinode.c337 static int parse_options(char *options, struct iso9660_options *popt) in parse_options() argument
343 popt->map = 'n'; in parse_options()
344 popt->rock = 1; in parse_options()
345 popt->joliet = 1; in parse_options()
346 popt->cruft = 0; in parse_options()
347 popt->hide = 0; in parse_options()
348 popt->showassoc = 0; in parse_options()
349 popt->check = 'u'; /* unset */ in parse_options()
350 popt->nocompress = 0; in parse_options()
351 popt->blocksize = 1024; in parse_options()
[all …]
/Linux-v6.1/tools/perf/scripts/python/
Dcompaction-times.py16 class popt: class
151 if opt_proc != popt.DISP_DFL:
182 if opt_proc != popt.DISP_DFL:
185 if opt_proc == popt.DISP_PROC_VERBOSE:
190 if opt_proc == popt.DISP_PROC_VERBOSE and not self.is_filtered():
265 opt_proc = popt.DISP_DFL
280 opt_proc = popt.DISP_PROC
282 opt_proc = popt.DISP_PROC_VERBOSE