Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dext2.h242 #define EXT2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */ macro
254 EXT2_NOTAIL_FL | EXT2_DIRSYNC_FL)
257 #define EXT2_REG_FLMASK (~(EXT2_DIRSYNC_FL | EXT2_TOPDIR_FL))
H A Dinode.c1362 if (flags & EXT2_DIRSYNC_FL) in ext2_set_inode_flags()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch639 -#define EXT2_DIRSYNC_FL 0x00010000 /* Synchronous directory modifications */