Home
last modified time | relevance | path

Searched refs:hammer2_get_volume_path (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sbin/hammer2/
H A Dhammer2_subs.h109 const char *hammer2_get_volume_path(hammer2_off_t offset);
H A Dondisk.c649 hammer2_get_volume_path(hammer2_off_t offset) in hammer2_get_volume_path() function
661 return(hammer2_get_volume_path(0)); in hammer2_get_root_volume_path()
H A Dcmd_debug.c495 printf("%s\n", hammer2_get_volume_path(volu_loff)); in cmd_show()