Searched refs:UBIFS_MST_DIRTY (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dubifs-media.h384 * UBIFS_MST_DIRTY: rebooted uncleanly - master node is dirty
389 UBIFS_MST_DIRTY = 1, enumerator in enum:__anon16985
654 * @flags: various flags (%UBIFS_MST_DIRTY, etc)
H A Dsuper.c1254 if ((c->mst_node->flags & cpu_to_le32(UBIFS_MST_DIRTY)) != 0) {
1267 c->mst_node->flags |= cpu_to_le32(UBIFS_MST_DIRTY);
1580 if (!(c->mst_node->flags & cpu_to_le32(UBIFS_MST_DIRTY))) {
1581 c->mst_node->flags |= cpu_to_le32(UBIFS_MST_DIRTY);
1694 c->mst_node->flags &= ~cpu_to_le32(UBIFS_MST_DIRTY);
1765 c->mst_node->flags &= ~cpu_to_le32(UBIFS_MST_DIRTY);
H A Drecovery.c348 c->rcvrd_mst_node->flags |= cpu_to_le32(UBIFS_MST_DIRTY);
349 c->mst_node->flags |= cpu_to_le32(UBIFS_MST_DIRTY);

Completed in 45 milliseconds