Home
last modified time | relevance | path

Searched refs:sys_immutable (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/fat/
H A Dfile.c81 if (sbi->options.sys_immutable && in fat_ioctl_set_attributes()
104 if (sbi->options.sys_immutable) { in fat_ioctl_set_attributes()
H A Dinode.c556 if (sbi->options.sys_immutable) in fat_fill_inode()
988 if (opts->sys_immutable) in fat_show_options()
1150 opts->quiet = opts->showexec = opts->sys_immutable = opts->dotsOK = 0; in parse_options()
1208 opts->sys_immutable = 1; in parse_options()
H A Dfat.h42 sys_immutable:1, /* set = system files are immutable */ member
/openbmc/linux/Documentation/filesystems/
H A Dntfs3.rst68 * - sys_immutable
H A Dvfat.rst167 **sys_immutable**
/openbmc/linux/fs/ntfs3/
H A Dsuper.c353 opts->sys_immutable = result.negated ? 0 : 1; in ntfs_fs_parse_param()
687 if (opts->sys_immutable) in ntfs_show_options()
H A Dntfs_fs.h101 unsigned sys_immutable : 1; /* Immutable system files. */ member
H A Dinode.c471 if ((sbi->options->sys_immutable && in ntfs_read_mft()