Searched refs:sys_immutable (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dfile.c79 if (sbi->options.sys_immutable &&
101 if (sbi->options.sys_immutable) {
H A Dfat.h38 sys_immutable:1, /* set = system files are immutable */ member in struct:fat_mount_options
H A Dinode.c391 if (sbi->options.sys_immutable)
849 if (opts->sys_immutable)
850 seq_puts(m, ",sys_immutable");
913 {Opt_immutable, "sys_immutable"},
995 opts->quiet = opts->showexec = opts->sys_immutable = opts->dotsOK = 0;
1050 opts->sys_immutable = 1;

Completed in 122 milliseconds