Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dlpt_commit.c53 test_bit(DIRTY_CNODE, &cnode->flags)) { in first_dirty_cnode()
84 if (cnode && test_bit(DIRTY_CNODE, &cnode->flags)) { in next_dirty_cnode()
108 if (!test_bit(DIRTY_CNODE, &c->nroot->flags)) in get_cnodes_to_commit()
462 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()
921 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in make_nnode_dirty()
927 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in make_nnode_dirty()
1531 if (test_bit(DIRTY_CNODE, &nnode->flags)) in dbg_is_nnode_dirty()
1537 if (test_bit(DIRTY_CNODE, &nnode->flags)) in dbg_is_nnode_dirty()
[all …]
Dlpt.c1496 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in dirty_cow_nnode()
1509 __set_bit(DIRTY_CNODE, &n->flags); in dirty_cow_nnode()
1546 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(c, test_bit(DIRTY_CNODE, &pnode->flags)); in ubifs_lpt_lookup_dirty()
Dcommit.c91 if (c->nroot && test_bit(DIRTY_CNODE, &c->nroot->flags)) in nothing_to_commit()
Dubifs.h233 DIRTY_CNODE = 0, enumerator
Dlprops.c512 test_bit(DIRTY_CNODE, &pnode->flags); in is_lprops_dirty()