Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_mount.c410 if (state == FM_DIRTY) { in updateSuper()
415 state = FM_DIRTY; in updateSuper()
420 } else if (sbi->state == FM_DIRTY) in updateSuper()
H A Djfs_filsys.h264 #define FM_DIRTY 0x00000002 /* file system was not unmounted and clean macro
H A Dsuper.c69 updateSuper(sb, FM_DIRTY); in jfs_handle_error()