Searched refs:EXT4_JOURNAL_DATA_FL (Results 1 – 3 of 3) sorted by relevance
389 (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()
433 #define EXT4_JOURNAL_DATA_FL 0x00004000 /* file data should be journaled */ macro459 EXT4_JOURNAL_DATA_FL | \482 EXT4_NOCOMPR_FL | EXT4_JOURNAL_DATA_FL |\499 EXT4_JOURNAL_DATA_FL | EXT4_INLINE_DATA_FL)
268 (EXT4_JOURNAL_DATA_FL).307 - User-modifiable flags. Note that while EXT4_JOURNAL_DATA_FL and