Searched refs:lose_root (Results 1 – 5 of 5) sorted by relevance
506 if ((io = RB_ROOT(&hmp->lose_root)) != NULL) { in hammer_flusher_clean_loose_ios()508 while ((io = RB_ROOT(&hmp->lose_root)) != NULL) { in hammer_flusher_clean_loose_ios()509 KKASSERT(io->mod_root == &hmp->lose_root); in hammer_flusher_clean_loose_ios()
649 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()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()
1043 KKASSERT(io->mod_root == &io->hmp->lose_root); in hammer_io_clear_modlist()1259 io->mod_root = &hmp->lose_root; in hammer_io_deallocate()
527 RB_INIT(&hmp->lose_root); in hammer_vfs_mount()
837 struct hammer_mod_rb_tree lose_root; /* loose buffers */ member