Home
last modified time | relevance | path

Searched refs:rb_undo_root (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_undo.c438 node = RB_LOOKUP(hammer_und_rb_tree, &hmp->rb_undo_root, offset); in hammer_enter_undo_history()
452 RB_REMOVE(hammer_und_rb_tree, &hmp->rb_undo_root, node); in hammer_enter_undo_history()
457 onode = RB_INSERT(hammer_und_rb_tree, &hmp->rb_undo_root, node); in hammer_enter_undo_history()
465 RB_INIT(&hmp->rb_undo_root); in hammer_clear_undo_history()
H A Dhammer_vfsops.c516 RB_INIT(&hmp->rb_undo_root); in hammer_vfs_mount()
H A Dhammer.h799 struct hammer_und_rb_tree rb_undo_root; member