Home
last modified time | relevance | path

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

/fs/ext4/
Dioctl.c532 if (iflags & EXT4_SYNC_FL) in ext4_iflags_to_xflags()
557 iflags |= EXT4_SYNC_FL; in ext4_xflags_to_iflags()
Dext4.h391 #define EXT4_SYNC_FL 0x00000008 /* Synchronous updates */ macro
423 #define EXT4_FL_XFLAG_VISIBLE (EXT4_SYNC_FL | \
432 EXT4_SYNC_FL | EXT4_NODUMP_FL | EXT4_NOATIME_FL |\
Dinode.c4856 if (flags & EXT4_SYNC_FL) in ext4_set_inode_flags()