Home | History | Annotate | Download | only in misc

Lines Matching full:file

4 chattr \- change file attributes on a Linux file system
20 changes the file attributes on a Linux file system.
37 but not modified by chattr: huge file (h), compression error (E),
39 file (Z).
52 Set the file's version/generation number.
54 When a file with the 'A' attribute set is accessed, its atime record is
58 A file with the `a' attribute set can only be open in append mode for writing.
62 A file with the `c' attribute set is automatically compressed on the disk
63 by the kernel. A read from this file returns uncompressed data. A write to
64 this file compresses data before storing them on the disk. Note: please
68 A file with the 'C' attribute set will not be subject to copy-on-write
69 updates. This flag is only supported on file systems which perform
71 set on new or empty files. If it is set on a file which already has
72 data blocks, it is undefined when the blocks assigned to the file will
81 A file with the `d' attribute set is not candidate for backup when the
86 indicate that a compressed file has a compression error. It may not be
92 The 'e' attribute indicates that the file is using extents for mapping
102 The 'h' attribute indicates the file is storing its blocks in units of the
103 filesystem blocksize instead of in units of sectors, and means that the file
109 A file with the `i' attribute cannot be modified: it cannot be deleted or
110 renamed, no link can be created to this file and no data can be written
111 to the file. Only the superuser or a process possessing the
114 A file with the `j' attribute has all of its data written to the ext3
115 journal before being written to the file itself, if the filesystem is
117 filesystem is mounted with the "data=journal" option all file data
122 When a file with the `s' attribute set is deleted, its blocks are zeroed
126 When a file with the `S' attribute set is modified,
140 A file with the 't' attribute will not have a partial block fragment at
141 the end of the file merged with other files (for those filesystems which
147 When a file with the `u' attribute set is deleted, its contents are
153 indicate that a raw contents of a compressed file can be accessed
160 indicate a compressed file is dirty. It may not be set or reset using