Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext4/
Dioctl.c388 (EXT4_I(inode)->i_flags & EXT4_JOURNAL_DATA_FL) || in swap_inode_boot_loader()
596 if ((flags ^ oldflags) & (EXT4_JOURNAL_DATA_FL)) { in ext4_ioctl_setflags()
657 if (mask == EXT4_JOURNAL_DATA_FL || mask == EXT4_EXTENTS_FL) in ext4_ioctl_setflags()
676 if ((flags ^ oldflags) & (EXT4_JOURNAL_DATA_FL)) { in ext4_ioctl_setflags()
687 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-v6.1/Documentation/filesystems/ext4/
Dinodes.rst268 (EXT4_JOURNAL_DATA_FL).
307 - User-modifiable flags. Note that while EXT4_JOURNAL_DATA_FL and