Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dext4.h371 #define EXT4_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
388 EXT4_NOTAIL_FL | EXT4_DIRSYNC_FL)
391 #define EXT4_REG_FLMASK (~(EXT4_DIRSYNC_FL | EXT4_TOPDIR_FL))
Dinode.c4073 if (flags & EXT4_DIRSYNC_FL) in ext4_set_inode_flags()
4092 EXT4_DIRSYNC_FL); in ext4_get_inode_flags()
4102 new_fl |= EXT4_DIRSYNC_FL; in ext4_get_inode_flags()