Home
last modified time | relevance | path

Searched refs:mod_root (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_io.c983 KKASSERT(io->mod_root != NULL); in hammer_io_clear_modify()
990 io->mod_root = NULL; in hammer_io_clear_modify()
1040 if (io->mod_root) { in hammer_io_clear_modlist()
1042 if (io->mod_root) { in hammer_io_clear_modlist()
1045 io->mod_root = NULL; in hammer_io_clear_modlist()
1057 KKASSERT(io->mod_root == NULL); in hammer_io_set_modlist()
1061 io->mod_root = &hmp->volu_root; in hammer_io_set_modlist()
1066 io->mod_root = &hmp->meta_root; in hammer_io_set_modlist()
1071 io->mod_root = &hmp->undo_root; in hammer_io_set_modlist()
1074 io->mod_root = &hmp->data_root; in hammer_io_set_modlist()
[all …]
H A Dhammer_ondisk.c649 if (buffer->io.mod_root == &hmp->lose_root) { in hammer_get_buffer()
651 if (buffer->io.mod_root == &hmp->lose_root) { in hammer_get_buffer()
653 buffer->io.mod_root, &buffer->io); in hammer_get_buffer()
654 buffer->io.mod_root = NULL; in hammer_get_buffer()
1008 if (buffer->io.mod_root == &hmp->lose_root) { in hammer_ref_buffer()
1010 if (buffer->io.mod_root == &hmp->lose_root) { in hammer_ref_buffer()
1012 buffer->io.mod_root, &buffer->io); in hammer_ref_buffer()
1013 buffer->io.mod_root = NULL; in hammer_ref_buffer()
H A Dhammer_flusher.c509 KKASSERT(io->mod_root == &hmp->lose_root); in hammer_flusher_clean_loose_ios()
510 RB_REMOVE(hammer_mod_rb_tree, io->mod_root, io); in hammer_flusher_clean_loose_ios()
511 io->mod_root = NULL; in hammer_flusher_clean_loose_ios()
H A Dhammer.h603 struct hammer_mod_rb_tree *mod_root; member