Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dext4.h472 #define EXT4_SYNC_FL 0x00000008 /* Synchronous updates */ macro
507 EXT4_SYNC_FL | \
534 EXT4_SYNC_FL | EXT4_NODUMP_FL | EXT4_NOATIME_FL |\
H A Dinode.c4603 if (flags & EXT4_SYNC_FL) in ext4_set_inode_flags()
/openbmc/linux/Documentation/filesystems/ext4/
H A Dinodes.rst244 - All writes to the file must be synchronous (EXT4_SYNC_FL).