Lines Matching refs:dirty
82 bool dirty; member
94 bool dirty; member
624 ht->root.dirty = true; in init_root_node()
659 ht->dirty = true; in create_and_sync()
733 ht->dirty = true; in tee_fs_htree_meta_set_dirty()
734 ht->root.dirty = true; in tee_fs_htree_meta_set_dirty()
766 assert(node->dirty >= node->block_updated); in htree_sync_node_to_storage()
768 if (!node->dirty) in htree_sync_node_to_storage()
774 node->parent->dirty = true; in htree_sync_node_to_storage()
790 node->dirty = false; in htree_sync_node_to_storage()
821 if (!ht->dirty) in tee_fs_htree_sync_to_storage()
841 ht->dirty = false; in tee_fs_htree_sync_to_storage()
908 node->dirty = true; in tee_fs_htree_write_block()
909 ht->dirty = true; in tee_fs_htree_write_block()
981 ht->dirty = true; in tee_fs_htree_truncate()