Searched refs:DIRTY_ZNODE (Results 1 – 4 of 4) sorted by relevance
38 return !!test_bit(DIRTY_ZNODE, &znode->flags); in ubifs_zn_dirty()
222 __set_bit(DIRTY_ZNODE, &zn->flags); in copy_znode()275 if (!test_and_set_bit(DIRTY_ZNODE, &znode->flags)) { in dirty_cow_znode()2073 __set_bit(DIRTY_ZNODE, &zn->flags); in tnc_insert()2126 __set_bit(DIRTY_ZNODE, &zi->flags); in tnc_insert()2478 ubifs_assert(test_bit(DIRTY_ZNODE, &zp->flags)); in tnc_delete()
92 __clear_bit(DIRTY_ZNODE, &znode->flags); in make_idx_node()922 clear_bit(DIRTY_ZNODE, &znode->flags); in write_index()
176 DIRTY_ZNODE = 0, enumerator