Home
last modified time | relevance | path

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

/NextBSD/sys/geom/multipath/
HDg_multipath.h70 multipath_metadata_encode(const struct g_multipath_metadata *, u_char *);
76 multipath_metadata_encode(const struct g_multipath_metadata *md, u_char *data) in multipath_metadata_encode() function
HDg_multipath.c781 multipath_metadata_encode(md, buf); in g_multipath_write_metadata()
/NextBSD/sbin/geom/class/multipath/
HDgeom_multipath.c238 multipath_metadata_encode(&md, sector); in mp_label()