Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dext4.h358 #define EXT4_SYNC_FL 0x00000008 /* Synchronous updates */ macro
388 EXT4_SYNC_FL | EXT4_NODUMP_FL | EXT4_NOATIME_FL |\
Dinode.c4023 if (flags & EXT4_SYNC_FL) in ext4_set_inode_flags()
4048 new_fl = old_fl & ~(EXT4_SYNC_FL|EXT4_APPEND_FL| in ext4_get_inode_flags()
4052 new_fl |= EXT4_SYNC_FL; in ext4_get_inode_flags()