Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/console/
Dnewport_con.c594 unsigned short chattr; in newport_scroll() local
622 chattr = scr_readw(s++); in newport_scroll()
623 if (chattr != scr_readw(d)) { in newport_scroll()
624 newport_putc(vc, chattr, y, x); in newport_scroll()
625 scr_writew(chattr, d); in newport_scroll()
657 chattr = scr_readw(s--); in newport_scroll()
658 if (chattr != scr_readw(d)) { in newport_scroll()
659 newport_putc(vc, chattr, y, x); in newport_scroll()
660 scr_writew(chattr, d); in newport_scroll()
/linux-2.6.39/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-2.6.39/fs/ext3/
DKconfig24 file systems, use chattr ("man chattr"). You need to be using
/linux-2.6.39/Documentation/filesystems/
Dxfs.txt223 by the xfs_io(8) chattr command on a directory to be
228 by the xfs_io(8) chattr command on a directory to be
233 by the xfs_io(8) chattr command on a directory to be
238 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.txt162 and changed with the chattr command, and allow specific filesystem
293 per-file if you don't have the source: use "chattr +S" on the file
/linux-2.6.39/include/linux/
Dnfs_fs.h345 static inline int nfs_verify_change_attribute(struct inode *dir, unsigned long chattr) in nfs_verify_change_attribute() argument
347 return chattr == NFS_I(dir)->cache_change_attribute; in nfs_verify_change_attribute()