Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dlpt_commit.c41 test_bit(DIRTY_CNODE, &cnode->flags)) { in first_dirty_cnode()
72 if (cnode && test_bit(DIRTY_CNODE, &cnode->flags)) { in next_dirty_cnode()
96 if (!test_bit(DIRTY_CNODE, &c->nroot->flags)) in get_cnodes_to_commit()
450 clear_bit(DIRTY_CNODE, &cnode->flags); in write_cnodes()
628 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) { in do_make_pnode_dirty()
636 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in do_make_pnode_dirty()
877 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in make_nnode_dirty()
883 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in make_nnode_dirty()
1491 if (test_bit(DIRTY_CNODE, &nnode->flags)) in dbg_is_nnode_dirty()
1497 if (test_bit(DIRTY_CNODE, in dbg_is_nnode_dirty()
[all...]
H A Dcommit.c87 if (c->nroot && test_bit(DIRTY_CNODE, &c->nroot->flags)) { in nothing_to_commit()
H A Dubifs.h220 * DIRTY_CNODE: cnode is dirty
226 DIRTY_CNODE = 0, enumerator