Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer/
H A Dhammer_flusher.c803 while ((io = RB_FIRST(hammer_mod_rb_tree, &hmp->meta_root)) != NULL) { in hammer_flusher_finalize()
962 RB_ROOT(&hmp->meta_root) || in hammer_flusher_haswork()
H A Dhammer_io.c985 io->mod_root == &io->hmp->meta_root) { in hammer_io_clear_modify()
1066 io->mod_root = &hmp->meta_root; in hammer_io_set_modlist()
H A Dhammer_vfsops.c526 RB_INIT(&hmp->meta_root); in hammer_vfs_mount()
H A Dhammer.h836 struct hammer_mod_rb_tree meta_root; /* dirty meta bufs */ member