Home
last modified time | relevance | path

Searched refs:EXT4_EXTENTS_FL (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/filesystems/ext4/
H A Dverity.rst36 EXT4_EXTENTS_FL must be set and EXT4_INLINE_DATA_FL must be clear.
H A Dinodes.rst279 - Inode uses extents (EXT4_EXTENTS_FL).
308 EXT4_EXTENTS_FL can be set with setattr, they are not in the kernel's
/linux/fs/ext4/
H A Dioctl.c615 if ((flags ^ oldflags) & EXT4_EXTENTS_FL) in ext4_ioctl_setflags()
666 if (mask == EXT4_JOURNAL_DATA_FL || mask == EXT4_EXTENTS_FL) in ext4_ioctl_setflags()
701 if (flags & EXT4_EXTENTS_FL) in ext4_ioctl_setflags()
H A Dext4.h496 #define EXT4_EXTENTS_FL 0x00080000 /* Inode uses extents */ macro
521 EXT4_EXTENTS_FL | \
553 #define EXT4_FL_SHOULD_SWAP (EXT4_HUGE_FILE_FL | EXT4_EXTENTS_FL)
H A Dfast_commit.c1565 if (le32_to_cpu(raw_inode->i_flags) & EXT4_EXTENTS_FL) { in ext4_fc_replay_inode()