EXT4_JOURNAL_DATA_FL  432 fs/ext4/ext4.h 			   EXT4_NOCOMPR_FL | EXT4_JOURNAL_DATA_FL |\
EXT4_JOURNAL_DATA_FL  135 fs/ext4/ioctl.c 	    (EXT4_I(inode)->i_flags & EXT4_JOURNAL_DATA_FL) ||
EXT4_JOURNAL_DATA_FL  313 fs/ext4/ioctl.c 	jflag = flags & EXT4_JOURNAL_DATA_FL;
EXT4_JOURNAL_DATA_FL  323 fs/ext4/ioctl.c 	if ((jflag ^ oldflags) & (EXT4_JOURNAL_DATA_FL)) {
EXT4_JOURNAL_DATA_FL  388 fs/ext4/ioctl.c 		if (mask == EXT4_JOURNAL_DATA_FL || mask == EXT4_EXTENTS_FL)
EXT4_JOURNAL_DATA_FL  405 fs/ext4/ioctl.c 	if ((jflag ^ oldflags) & (EXT4_JOURNAL_DATA_FL)) {