Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext3/
Dioctl.c58 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()
Dext3.h150 #define EXT3_JOURNAL_DATA_FL 0x00004000 /* file data should be journaled */ macro
163 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()
Dinode.c3554 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()