Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext4/
Dext4.h419 #define EXT4_SYNC_FL 0x00000008 /* Synchronous updates */ macro
454 EXT4_SYNC_FL | \
481 EXT4_SYNC_FL | EXT4_NODUMP_FL | EXT4_NOATIME_FL |\
Dinode.c4655 if (flags & EXT4_SYNC_FL) in ext4_set_inode_flags()
/Linux-v6.1/Documentation/filesystems/ext4/
Dinodes.rst244 - All writes to the file must be synchronous (EXT4_SYNC_FL).