Searched refs:EXT4_JOURNAL_DATA_FL (Results 1 – 3 of 3) sorted by relevance
395 (EXT4_I(inode)->i_flags & EXT4_JOURNAL_DATA_FL) || in swap_inode_boot_loader()605 if ((flags ^ oldflags) & (EXT4_JOURNAL_DATA_FL)) { in ext4_ioctl_setflags()666 if (mask == EXT4_JOURNAL_DATA_FL || mask == EXT4_EXTENTS_FL) in ext4_ioctl_setflags()685 if ((flags ^ oldflags) & (EXT4_JOURNAL_DATA_FL)) { in ext4_ioctl_setflags()696 flags & EXT4_JOURNAL_DATA_FL); in ext4_ioctl_setflags()
486 #define EXT4_JOURNAL_DATA_FL 0x00004000 /* file data should be journaled */ macro512 EXT4_JOURNAL_DATA_FL | \535 EXT4_NOCOMPR_FL | EXT4_JOURNAL_DATA_FL |\552 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