Home
last modified time | relevance | path

Searched refs:chattr (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/tools/testing/selftests/efivarfs/
Defivarfs.sh93 chattr -i $file
118 chattr -i $file
151 chattr -i $file
188 chattr -i $file
/linux-4.1.27/drivers/video/console/
Dnewport_con.c593 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/
DTODO10 - 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/
Defivarfs.txt21 as immutable files. This doesn't prevent removal - "chattr -i" will work -
Dxfs.txt308 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
Dlogfs.txt136 data can be enabled with chattr +c and disabled with chattr -c. Doing
Dext2.txt163 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/
DKconfig24 file systems, use chattr ("man chattr"). You need to be using
/linux-4.1.27/include/linux/
Dnfs_fs.h329 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()