Home
last modified time | relevance | path

Searched refs:UBIFS_MST_NO_ORPHS (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/ubifs/
Dcommit.c198 c->mst_node->flags |= cpu_to_le32(UBIFS_MST_NO_ORPHS); in do_commit()
200 c->mst_node->flags &= ~cpu_to_le32(UBIFS_MST_NO_ORPHS); in do_commit()
Dubifs-media.h390 UBIFS_MST_NO_ORPHS = 2, enumerator
Dmaster.c310 if (c->mst_node->flags & cpu_to_le32(UBIFS_MST_NO_ORPHS)) in ubifs_read_master()
Dsuper.c1735 c->mst_node->flags |= cpu_to_le32(UBIFS_MST_NO_ORPHS); in ubifs_remount_ro()
1807 c->mst_node->flags |= cpu_to_le32(UBIFS_MST_NO_ORPHS); in ubifs_put_super()