Home
last modified time | relevance | path

Searched refs:EXT4_JOURNAL_DATA_FL (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/ext4/
Dioctl.c251 jflag = flags & EXT4_JOURNAL_DATA_FL; in ext4_ioctl()
268 if ((jflag ^ oldflags) & (EXT4_JOURNAL_DATA_FL)) { in ext4_ioctl()
313 if ((jflag ^ oldflags) & (EXT4_JOURNAL_DATA_FL)) in ext4_ioctl()
Dext4.h372 #define EXT4_JOURNAL_DATA_FL 0x00004000 /* file data should be journaled */ macro
389 EXT4_NOCOMPR_FL | EXT4_JOURNAL_DATA_FL |\