Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Dsuper.c71 if (sbi->flag & JFS_ERR_PANIC) in jfs_handle_error()
299 *flag &= ~JFS_ERR_PANIC; in parse_options()
303 *flag &= ~JFS_ERR_PANIC; in parse_options()
308 *flag |= JFS_ERR_PANIC; in parse_options()
709 if (sbi->flag & JFS_ERR_PANIC) in jfs_show_options()
H A Djfs_filsys.h26 #define JFS_ERR_PANIC 0x00000008 /* panic */ macro