Searched refs:chattr (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/tools/testing/selftests/efivarfs/ |
D | efivarfs.sh | 93 chattr -i $file 118 chattr -i $file 151 chattr -i $file 188 chattr -i $file
|
/linux-4.1.27/drivers/video/console/ |
D | newport_con.c | 593 unsigned short chattr; in newport_scroll() local 621 chattr = scr_readw(s++); in newport_scroll() 622 if (chattr != scr_readw(d)) { in newport_scroll() 623 newport_putc(vc, chattr, y, x); in newport_scroll() 624 scr_writew(chattr, d); in newport_scroll() 656 chattr = scr_readw(s--); in newport_scroll() 657 if (chattr != scr_readw(d)) { in newport_scroll() 658 newport_putc(vc, chattr, y, x); in newport_scroll() 659 scr_writew(chattr, d); in newport_scroll()
|
/linux-4.1.27/fs/jffs2/ |
D | TODO | 10 - chattr support - turning on/off and tuning compression per-inode 14 Make this a per-inode option, changeable with chattr, so you can
|
/linux-4.1.27/Documentation/filesystems/ |
D | efivarfs.txt | 21 as immutable files. This doesn't prevent removal - "chattr -i" will work -
|
D | xfs.txt | 308 by the xfs_io(8) chattr command on a directory to be 313 by the xfs_io(8) chattr command on a directory to be 318 by the xfs_io(8) chattr command on a directory to be 323 by the xfs_io(8) chattr command on a directory to be 328 by the xfs_io(8) chattr command on a directory to be
|
D | logfs.txt | 136 data can be enabled with chattr +c and disabled with chattr -c. Doing
|
D | ext2.txt | 163 and changed with the chattr command, and allow specific filesystem 294 per-file if you don't have the source: use "chattr +S" on the file
|
/linux-4.1.27/fs/ext3/ |
D | Kconfig | 24 file systems, use chattr ("man chattr"). You need to be using
|
/linux-4.1.27/include/linux/ |
D | nfs_fs.h | 329 static inline int nfs_verify_change_attribute(struct inode *dir, unsigned long chattr) in nfs_verify_change_attribute() argument 331 return chattr == NFS_I(dir)->cache_change_attribute; in nfs_verify_change_attribute()
|