Home
last modified time | relevance | path

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

/linux-6.12.1/fs/isofs/
Dinode.c344 struct isofs_options *popt = fc->fs_private; in isofs_parse_param() local
359 popt->rock = 0; in isofs_parse_param()
362 popt->joliet = 0; in isofs_parse_param()
365 popt->hide = 1; in isofs_parse_param()
369 popt->showassoc = 1; in isofs_parse_param()
372 popt->cruft = 1; in isofs_parse_param()
376 kfree(popt->iocharset); in isofs_parse_param()
377 popt->iocharset = kstrdup("utf8", GFP_KERNEL); in isofs_parse_param()
378 if (!popt->iocharset) in isofs_parse_param()
382 kfree(popt->iocharset); in isofs_parse_param()
[all …]
/linux-6.12.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