Searched refs:showexec (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | inode.c | 547 ((sbi->options.showexec && !is_exec(de->name + 8)) in fat_fill_inode() 986 if (opts->showexec) in fat_show_options() 987 seq_puts(m, ",showexec"); in fat_show_options() 1061 {Opt_showexec, "showexec"}, 1150 opts->quiet = opts->showexec = opts->sys_immutable = opts->dotsOK = 0; in parse_options() 1202 opts->showexec = 1; in parse_options()
|
H A D | fat.h | 41 showexec:1, /* set = only set x bit for com/exe/bat */ member
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | inode.c | 544 ((sbi->options.showexec && !is_exec(de->name + 8)) in fat_fill_inode() 986 if (opts->showexec) in fat_show_options() 987 seq_puts(m, ",showexec"); in fat_show_options() 1061 {Opt_showexec, "showexec"}, 1150 opts->quiet = opts->showexec = opts->sys_immutable = opts->dotsOK = 0; in parse_options() 1202 opts->showexec = 1; in parse_options()
|
H A D | fat.h | 41 showexec:1, /* set = only set x bit for com/exe/bat */ member
|
Completed in 7 milliseconds