Home
last modified time | relevance | path

Searched refs:EXT4_JOURNAL_DATA_FL (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/ext4/
Dioctl.c389 (EXT4_I(inode)->i_flags & EXT4_JOURNAL_DATA_FL) || in swap_inode_boot_loader()
597 if ((flags ^ oldflags) & (EXT4_JOURNAL_DATA_FL)) { in ext4_ioctl_setflags()
658 if (mask == EXT4_JOURNAL_DATA_FL || mask == EXT4_EXTENTS_FL) in ext4_ioctl_setflags()
677 if ((flags ^ oldflags) & (EXT4_JOURNAL_DATA_FL)) { in ext4_ioctl_setflags()
688 flags & EXT4_JOURNAL_DATA_FL); in ext4_ioctl_setflags()
Dext4.h433 #define EXT4_JOURNAL_DATA_FL 0x00004000 /* file data should be journaled */ macro
459 EXT4_JOURNAL_DATA_FL | \
482 EXT4_NOCOMPR_FL | EXT4_JOURNAL_DATA_FL |\
499 EXT4_JOURNAL_DATA_FL | EXT4_INLINE_DATA_FL)
/linux-6.1.9/Documentation/filesystems/ext4/
Dinodes.rst268 (EXT4_JOURNAL_DATA_FL).
307 - User-modifiable flags. Note that while EXT4_JOURNAL_DATA_FL and