vtype
enum vtype v_type : 8; /* u vnode type */
#define NVLIST_ADD(vtype, type) \
nvlist_add_##type(nvlist_t *nvl, const char *name, vtype value) \
#define NVLIST_ADD_ARRAY(vtype, type) \
nvlist_add_##type##_array(nvlist_t *nvl, const char *name, vtype value, \
#define NVLIST_APPEND_ARRAY(vtype, type, TYPE) \
nvlist_append_##type##_array(nvlist_t *nvl, const char *name, vtype value)\