Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fat/
Dfile.c81 if (sbi->options.sys_immutable && in fat_ioctl_set_attributes()
104 if (sbi->options.sys_immutable) { in fat_ioctl_set_attributes()
Dinode.c561 if (sbi->options.sys_immutable) in fat_fill_inode()
993 if (opts->sys_immutable) in fat_show_options()
1155 opts->quiet = opts->showexec = opts->sys_immutable = opts->dotsOK = 0; in parse_options()
1213 opts->sys_immutable = 1; in parse_options()
Dfat.h42 sys_immutable:1, /* set = system files are immutable */ member
/linux-6.1.9/Documentation/filesystems/
Dntfs3.rst74 * - sys_immutable
Dvfat.rst167 **sys_immutable**
/linux-6.1.9/fs/ntfs3/
Dsuper.c319 opts->sys_immutable = result.negated ? 0 : 1; in ntfs_fs_parse_param()
529 if (opts->sys_immutable) in ntfs_show_options()
Dntfs_fs.h95 unsigned sys_immutable : 1; /* Immutable system files. */ member
Dinode.c448 if ((sbi->options->sys_immutable && in ntfs_read_mft()