Home
last modified time | relevance | path

Searched refs:vol_name (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_ondisk.c131 volume->vol_name = kstrdup(volname, hmp->m_misc); in hammer_install_volume()
141 error = nlookup_init(&nd, volume->vol_name, UIO_SYSSPACE, NLC_FOLLOW); in hammer_install_volume()
200 hkprintf("volume %s has an invalid header\n", volume->vol_name); in hammer_install_volume()
219 volume->vol_name); in hammer_install_volume()
229 volume->vol_name, volume->vol_no); in hammer_install_volume()
244 volume->vol_name, ondisk->vol_rootvol); in hammer_install_volume()
405 if (volume->vol_name) { in hammer_free_volume()
406 kfree(volume->vol_name, hmp->m_misc); in hammer_free_volume()
407 volume->vol_name = NULL; in hammer_free_volume()
H A Dhammer_volume.c182 if (strcmp(volume->vol_name, ioc->device_name) == 0) { in hammer_ioc_volume_del()
212 hmkprintf(hmp, "%s is already empty\n", volume->vol_name); in hammer_ioc_volume_del()
221 hmkprintf(hmp, "%s is not empty\n", volume->vol_name); in hammer_ioc_volume_del()
311 len = strlen(volume->vol_name) + 1; in hammer_ioc_volume_list()
318 error = copyout(volume->vol_name, in hammer_ioc_volume_list()
H A Dhammer.h652 char *vol_name; member
/dragonfly/lib/libhammer/
H A Dinfo.c71 snprintf(fip->vol_name, TXTLEN, "%s", info.vol_label); in libhammer_get_fsinfo()
H A Dlibhammer.h96 char vol_name[TXTLEN]; /* Volume name */ member
/dragonfly/sbin/hammer/
H A Dcmd_info.c157 printf("\tLabel %s\n", fip->vol_name); in show_info()