Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4.h484 #define EXT4_SYNC_FL 0x00000008 /* Synchronous updates */ macro
519 EXT4_SYNC_FL | \
546 EXT4_SYNC_FL | EXT4_NODUMP_FL | EXT4_NOATIME_FL |\
H A Dinode.c5148 if (flags & EXT4_SYNC_FL) in ext4_set_inode_flags()