Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer/
H A Dhammer_vfsops.c481 RB_SCAN(hammer_vol_rb_tree, &hmp->rb_vols_root, NULL, in hammer_vfs_mount()
505 RB_SCAN(hammer_vol_rb_tree, &hmp->rb_vols_root, NULL, in hammer_vfs_mount()
512 RB_INIT(&hmp->rb_vols_root); in hammer_vfs_mount()
875 RB_SCAN(hammer_vol_rb_tree, &hmp->rb_vols_root, NULL, in hammer_free_hmp()
905 RB_SCAN(hammer_vol_rb_tree, &hmp->rb_vols_root, NULL, in hammer_critical_error()
H A Dhammer_ondisk.c215 if (RB_EMPTY(&hmp->rb_vols_root)) { in hammer_install_volume()
227 if (RB_INSERT(hammer_vol_rb_tree, &hmp->rb_vols_root, volume)) { in hammer_install_volume()
393 RB_REMOVE(hammer_vol_rb_tree, &hmp->rb_vols_root, volume); in hammer_unload_volume()
428 volume = RB_LOOKUP(hammer_vol_rb_tree, &hmp->rb_vols_root, vol_no); in hammer_get_volume()
551 vol = RB_LOOKUP(hammer_vol_rb_tree, &hmp->rb_vols_root, i); in hammer_mountcheck_volumes()
H A Dhammer_recover.c1447 RB_SCAN(hammer_vol_rb_tree, &hmp->rb_vols_root, NULL, in hammer_recover_flush_buffers()
1450 RB_SCAN(hammer_vol_rb_tree, &hmp->rb_vols_root, NULL, in hammer_recover_flush_buffers()
H A Dhammer_io.c1991 RB_FOREACH(volume, hammer_vol_rb_tree, &hmp->rb_vols_root) { in hammer_io_flush_sync()
H A Dhammer.h797 struct hammer_vol_rb_tree rb_vols_root; member