Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer2/
H A Dhammer2_iocom.c382 H2_LNK_VOLCONF(msg)->copy = hmp->voldata.copyinfo[index]; in hammer2_volconf_update()
383 H2_LNK_VOLCONF(msg)->mediaid = hmp->voldata.fsid; in hammer2_volconf_update()
384 H2_LNK_VOLCONF(msg)->index = index; in hammer2_volconf_update()
H A Dhammer2_disk.h544 #define H2_LNK_VOLCONF(msg) ((dmsg_lnk_hammer2_volconf_t *)(msg)->any.buf) macro
/dragonfly/sbin/hammer2/
H A Dcmd_service.c346 msgconf = H2_LNK_VOLCONF(msg); in hammer2_usrmsg_handler()