Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dext4.h498 #define EXT4_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
524 EXT4_DIRSYNC_FL | \
546 EXT4_NOTAIL_FL | EXT4_DIRSYNC_FL |\
551 #define EXT4_REG_FLMASK (~(EXT4_DIRSYNC_FL | EXT4_TOPDIR_FL | EXT4_CASEFOLD_FL |\
H A Dinode.c4639 if (flags & EXT4_DIRSYNC_FL) in ext4_set_inode_flags()
/linux-6.15/Documentation/filesystems/ext4/
H A Dinodes.rst273 ``dirsync``) (EXT4_DIRSYNC_FL).