Home
last modified time | relevance | path

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

/freebsd/sys/geom/multipath/
H A Dg_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
H A Dg_multipath.c804 multipath_metadata_encode(md, buf); in g_multipath_write_metadata()
/freebsd/lib/geom/multipath/
H A Dgeom_multipath.c238 multipath_metadata_encode(&md, sector); in mp_label()