Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dioctl.c395 (EXT4_I(inode)->i_flags & EXT4_JOURNAL_DATA_FL) || in swap_inode_boot_loader()
605 if ((flags ^ oldflags) & (EXT4_JOURNAL_DATA_FL)) { in ext4_ioctl_setflags()
666 if (mask == EXT4_JOURNAL_DATA_FL || mask == EXT4_EXTENTS_FL) in ext4_ioctl_setflags()
685 if ((flags ^ oldflags) & (EXT4_JOURNAL_DATA_FL)) { in ext4_ioctl_setflags()
696 flags & EXT4_JOURNAL_DATA_FL); in ext4_ioctl_setflags()
H A Dext4.h486 #define EXT4_JOURNAL_DATA_FL 0x00004000 /* file data should be journaled */ macro
512 EXT4_JOURNAL_DATA_FL | \
535 EXT4_NOCOMPR_FL | EXT4_JOURNAL_DATA_FL |\
552 EXT4_JOURNAL_DATA_FL | EXT4_INLINE_DATA_FL)
/openbmc/linux/Documentation/filesystems/ext4/
H A Dinodes.rst268 (EXT4_JOURNAL_DATA_FL).
307 - User-modifiable flags. Note that while EXT4_JOURNAL_DATA_FL and