Searched refs:DIRTY_CNODE (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ubifs/ |
D | lpt_commit.c | 53 test_bit(DIRTY_CNODE, &cnode->flags)) { in first_dirty_cnode() 83 if (cnode && test_bit(DIRTY_CNODE, &cnode->flags)) { in next_dirty_cnode() 107 if (!test_bit(DIRTY_CNODE, &c->nroot->flags)) in get_cnodes_to_commit() 461 clear_bit(DIRTY_CNODE, &cnode->flags); in write_cnodes() 671 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) { in do_make_pnode_dirty() 679 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() 1530 if (test_bit(DIRTY_CNODE, &nnode->flags)) in dbg_is_nnode_dirty() 1536 if (test_bit(DIRTY_CNODE, &nnode->flags)) in dbg_is_nnode_dirty() [all …]
|
D | lpt.c | 1493 if (!test_and_set_bit(DIRTY_CNODE, &nnode->flags)) { in dirty_cow_nnode() 1507 __set_bit(DIRTY_CNODE, &n->flags); in dirty_cow_nnode() 1544 if (!test_and_set_bit(DIRTY_CNODE, &pnode->flags)) { in dirty_cow_pnode() 1558 __set_bit(DIRTY_CNODE, &p->flags); in dirty_cow_pnode() 1617 ubifs_assert(test_bit(DIRTY_CNODE, &pnode->flags)); in ubifs_lpt_lookup_dirty()
|
D | commit.c | 91 if (c->nroot && test_bit(DIRTY_CNODE, &c->nroot->flags)) in nothing_to_commit()
|
D | ubifs.h | 248 DIRTY_CNODE = 0, enumerator
|
D | lprops.c | 514 test_bit(DIRTY_CNODE, &pnode->flags); in is_lprops_dirty()
|