Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvdimm/
H A Dbtt.h32 #define IB_FLAG_ERROR_MASK 0x00000001 macro
H A Dbtt_devs.c268 if ((le32_to_cpu(super->flags) & IB_FLAG_ERROR_MASK) != 0) in nd_btt_arena_is_valid()
H A Dbtt.c1330 if ((arena->flags & IB_FLAG_ERROR_MASK) != 0) { in btt_write_pg()