Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ext2/src/jbd/
H A Dreplay.c1074 journal->j_flags &= ~JFS_FLUSHED; in journal_update_superblock()
1076 journal->j_flags |= JFS_FLUSHED; in journal_update_superblock()
/reactos/drivers/filesystems/ext2/inc/linux/
H A Djbd.h870 #define JFS_FLUSHED 0x008 /* The journal superblock has been flushed */ macro