Searched refs:DIRTY_CNODE (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/ubifs/ |
H A D | lpt_commit.c | 41 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, &nnode->flags)) in dbg_is_nnode_dirty() [all …]
|
H A D | lpt.c | 1519 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in dirty_cow_nnode() 1532 __set_bit(DIRTY_CNODE, &n->flags); in dirty_cow_nnode() 1569 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) { in dirty_cow_pnode() 1582 __set_bit(DIRTY_CNODE, &p->flags); in dirty_cow_pnode() 1641 ubifs_assert(c, test_bit(DIRTY_CNODE, &pnode->flags)); in ubifs_lpt_lookup_dirty()
|
H A D | commit.c | 79 if (c->nroot && test_bit(DIRTY_CNODE, &c->nroot->flags)) in nothing_to_commit()
|
H A D | lprops.c | 500 test_bit(DIRTY_CNODE, &pnode->flags); in is_lprops_dirty()
|
H A D | ubifs.h | 240 DIRTY_CNODE = 0, enumerator
|
/openbmc/u-boot/fs/ubifs/ |
H A D | lpt_commit.c | 49 test_bit(DIRTY_CNODE, &cnode->flags)) { in first_dirty_cnode() 79 if (cnode && test_bit(DIRTY_CNODE, &cnode->flags)) { in next_dirty_cnode() 103 if (!test_bit(DIRTY_CNODE, &c->nroot->flags)) in get_cnodes_to_commit() 458 clear_bit(DIRTY_CNODE, &cnode->flags); in write_cnodes() 669 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) { in do_make_pnode_dirty() 677 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in do_make_pnode_dirty() 920 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in make_nnode_dirty() 926 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in make_nnode_dirty() 1533 if (test_bit(DIRTY_CNODE, &nnode->flags)) in dbg_is_nnode_dirty() 1539 if (test_bit(DIRTY_CNODE, &nnode->flags)) in dbg_is_nnode_dirty() [all …]
|
H A D | lpt.c | 1492 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in dirty_cow_nnode() 1506 __set_bit(DIRTY_CNODE, &n->flags); in dirty_cow_nnode() 1543 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) { in dirty_cow_pnode() 1557 __set_bit(DIRTY_CNODE, &p->flags); in dirty_cow_pnode() 1616 ubifs_assert(test_bit(DIRTY_CNODE, &pnode->flags)); in ubifs_lpt_lookup_dirty()
|
H A D | lprops.c | 505 test_bit(DIRTY_CNODE, &pnode->flags); in is_lprops_dirty()
|
H A D | ubifs.h | 840 DIRTY_CNODE = 0, enumerator
|