Home
last modified time | relevance | path

Searched refs:lose_root (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/vfs/hammer/
HDhammer_flusher.c506 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()
HDhammer_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()
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()
HDhammer_io.c1043 KKASSERT(io->mod_root == &io->hmp->lose_root); in hammer_io_clear_modlist()
1259 io->mod_root = &hmp->lose_root; in hammer_io_deallocate()
HDhammer_vfsops.c527 RB_INIT(&hmp->lose_root); in hammer_vfs_mount()
HDhammer.h837 struct hammer_mod_rb_tree lose_root; /* loose buffers */ member