Searched refs:EXT4_JOURNAL_DATA_FL (Results 1 – 2 of 2) sorted by relevance
221 jflag = flags & EXT4_JOURNAL_DATA_FL; in ext4_ioctl_setflags()238 if ((jflag ^ oldflags) & (EXT4_JOURNAL_DATA_FL)) { in ext4_ioctl_setflags()272 if (mask == EXT4_JOURNAL_DATA_FL || mask == EXT4_EXTENTS_FL) in ext4_ioctl_setflags()289 if ((jflag ^ oldflags) & (EXT4_JOURNAL_DATA_FL)) { in ext4_ioctl_setflags()
402 #define EXT4_JOURNAL_DATA_FL 0x00004000 /* file data should be journaled */ macro428 EXT4_NOCOMPR_FL | EXT4_JOURNAL_DATA_FL |\