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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dioctl.c62 jflag = flags & EXT4_JOURNAL_DATA_FL;
79 if ((jflag ^ oldflags) & (EXT4_JOURNAL_DATA_FL)) {
128 if ((jflag ^ oldflags) & (EXT4_JOURNAL_DATA_FL))
H A Dext4.h318 #define EXT4_JOURNAL_DATA_FL 0x00004000 /* file data should be journaled */ macro
335 EXT4_NOCOMPR_FL | EXT4_JOURNAL_DATA_FL |\

Completed in 197 milliseconds