Home
last modified time | relevance | path

Searched refs:UBIFS_MST_RCVRY (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dubifs-media.h379 UBIFS_MST_RCVRY = 4, enumerator
H A Dmaster.c270 c->mst_node->flags &= cpu_to_le32(~UBIFS_MST_RCVRY); in ubifs_read_master()
H A Drecovery.c205 mst->flags |= cpu_to_le32(UBIFS_MST_RCVRY); in write_rcvrd_mst_node()
247 if ((le32_to_cpu(mst1->flags) & UBIFS_MST_RCVRY) && in ubifs_recover_master_node()
/openbmc/linux/fs/ubifs/
H A Dubifs-media.h405 UBIFS_MST_RCVRY = 4, enumerator
H A Drecovery.c201 mst->flags |= cpu_to_le32(UBIFS_MST_RCVRY); in write_rcvrd_mst_node()
246 if ((le32_to_cpu(mst1->flags) & UBIFS_MST_RCVRY) && in ubifs_recover_master_node()
H A Dmaster.c350 c->mst_node->flags &= cpu_to_le32(~UBIFS_MST_RCVRY); in ubifs_read_master()