• Home
  • Raw
  • Download

Lines Matching refs:EXT4

95        on disk. If huge\_file is set and EXT4\_HUGE\_FILE\_FL is NOT set in
98 EXT4\_HUGE\_FILE\_FL IS set in ``inode.i_flags``, then this file
111 - i\_block[EXT4\_N\_BLOCKS=15]
237 - This file requires secure deletion (EXT4\_SECRM\_FL). (not implemented)
240 (EXT4\_UNRM\_FL). (not implemented)
242 - File is compressed (EXT4\_COMPR\_FL). (not really implemented)
244 - All writes to the file must be synchronous (EXT4\_SYNC\_FL).
246 - File is immutable (EXT4\_IMMUTABLE\_FL).
248 - File can only be appended (EXT4\_APPEND\_FL).
250 - The dump(1) utility should not dump this file (EXT4\_NODUMP\_FL).
252 - Do not update access time (EXT4\_NOATIME\_FL).
254 - Dirty compressed file (EXT4\_DIRTY\_FL). (not used)
256 - File has one or more compressed clusters (EXT4\_COMPRBLK\_FL). (not used)
258 - Do not compress file (EXT4\_NOCOMPR\_FL). (not used)
260 - Encrypted inode (EXT4\_ENCRYPT\_FL). This bit value previously was
261 EXT4\_ECOMPR\_FL (compression error), which was never used.
263 - Directory has hashed indexes (EXT4\_INDEX\_FL).
265 - AFS magic directory (EXT4\_IMAGIC\_FL).
268 (EXT4\_JOURNAL\_DATA\_FL).
270 - File tail should not be merged (EXT4\_NOTAIL\_FL). (not used by ext4)
273 ``dirsync``) (EXT4\_DIRSYNC\_FL).
275 - Top of directory hierarchy (EXT4\_TOPDIR\_FL).
277 - This is a huge file (EXT4\_HUGE\_FILE\_FL).
279 - Inode uses extents (EXT4\_EXTENTS\_FL).
281 - Verity protected file (EXT4\_VERITY\_FL).
284 (EXT4\_EA\_INODE\_FL).
286 - This file has blocks allocated past EOF (EXT4\_EOFBLOCKS\_FL).
297 - Inode has inline data (EXT4\_INLINE\_DATA\_FL).
299 - Create children with the same project ID (EXT4\_PROJINHERIT\_FL).
301 - Reserved for ext4 library (EXT4\_RESERVED\_FL).
307 - User-modifiable flags. Note that while EXT4\_JOURNAL\_DATA\_FL and
308 EXT4\_EXTENTS\_FL can be set with setattr, they are not in the kernel's
309 EXT4\_FL\_USER\_MODIFIABLE mask, since it needs to handle the setting of