Home
last modified time | relevance | path

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

/u-boot/fs/ubifs/
A Dlpt_commit.c52 test_bit(DIRTY_CNODE, &cnode->flags)) { in first_dirty_cnode()
82 if (cnode && test_bit(DIRTY_CNODE, &cnode->flags)) { in next_dirty_cnode()
106 if (!test_bit(DIRTY_CNODE, &c->nroot->flags)) in get_cnodes_to_commit()
461 clear_bit(DIRTY_CNODE, &cnode->flags); in write_cnodes()
672 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) { in do_make_pnode_dirty()
680 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in do_make_pnode_dirty()
923 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in make_nnode_dirty()
929 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in make_nnode_dirty()
1536 if (test_bit(DIRTY_CNODE, &nnode->flags)) in dbg_is_nnode_dirty()
1542 if (test_bit(DIRTY_CNODE, &nnode->flags)) in dbg_is_nnode_dirty()
[all …]
A Dlpt.c1494 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in dirty_cow_nnode()
1508 __set_bit(DIRTY_CNODE, &n->flags); in dirty_cow_nnode()
1545 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) { in dirty_cow_pnode()
1559 __set_bit(DIRTY_CNODE, &p->flags); in dirty_cow_pnode()
1618 ubifs_assert(test_bit(DIRTY_CNODE, &pnode->flags)); in ubifs_lpt_lookup_dirty()
A Dlprops.c507 test_bit(DIRTY_CNODE, &pnode->flags); in is_lprops_dirty()
A Dubifs.h840 DIRTY_CNODE = 0, enumerator

Completed in 18 milliseconds