Searched refs:EXT3_JOURNAL_DATA_FL (Results 1 – 3 of 3) sorted by relevance
58 jflag = flags & EXT3_JOURNAL_DATA_FL; in ext3_ioctl()75 if ((jflag ^ oldflags) & (EXT3_JOURNAL_DATA_FL)) { in ext3_ioctl()104 if ((jflag ^ oldflags) & (EXT3_JOURNAL_DATA_FL)) in ext3_ioctl()
150 #define EXT3_JOURNAL_DATA_FL 0x00004000 /* file data should be journaled */ macro163 EXT3_NOCOMPR_FL | EXT3_JOURNAL_DATA_FL |\1305 if (EXT3_I(inode)->i_flags & EXT3_JOURNAL_DATA_FL) in ext3_should_journal_data()1314 if (EXT3_I(inode)->i_flags & EXT3_JOURNAL_DATA_FL) in ext3_should_order_data()1325 if (EXT3_I(inode)->i_flags & EXT3_JOURNAL_DATA_FL) in ext3_should_writeback_data()
3554 EXT3_I(inode)->i_flags |= EXT3_JOURNAL_DATA_FL; in ext3_change_inode_journal_flag()3556 EXT3_I(inode)->i_flags &= ~EXT3_JOURNAL_DATA_FL; in ext3_change_inode_journal_flag()