Home
last modified time | relevance | path

Searched refs:nocompress (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/kernel/power/
H A Dhibernate.c39 static int nocompress; variable
751 if (nocompress) in hibernate()
1297 } else if (!strncmp(str, "nocompress", 10)) { in hibernate_setup()
1298 nocompress = 1; in hibernate_setup()
/kernel/linux/linux-6.6/kernel/power/
H A Dhibernate.c40 static int nocompress; variable
763 if (nocompress) in hibernate()
1327 } else if (!strncmp(str, "nocompress", 10)) { in hibernate_setup()
1328 nocompress = 1; in hibernate_setup()
/kernel/linux/linux-5.10/fs/isofs/
H A Dinode.c154 unsigned int nocompress:1; member
333 {Opt_nocompress, "nocompress"},
349 popt->nocompress = 0; in parse_options()
475 popt->nocompress = 1; in parse_options()
495 if (sbi->s_nocompress) seq_puts(m, ",nocompress"); in isofs_show_options()
888 sbi->s_nocompress = opt.nocompress; in isofs_fill_super()
/kernel/linux/linux-6.6/fs/isofs/
H A Dinode.c154 unsigned int nocompress:1; member
333 {Opt_nocompress, "nocompress"},
350 popt->nocompress = 0; in parse_options()
476 popt->nocompress = 1; in parse_options()
496 if (sbi->s_nocompress) seq_puts(m, ",nocompress"); in isofs_show_options()
889 sbi->s_nocompress = opt.nocompress; in isofs_fill_super()

Completed in 8 milliseconds