Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dvtoc.h143 #define extvtoctovtoc(extv, v) \ argument
152 v.v_sectorsz = extv.v_sectorsz; \
153 v.v_nparts = extv.v_nparts; \
166 #define vtoctoextvtoc(v, extv) \ argument
176 extv.v_nparts = v.v_nparts; \
182 extv.v_part[i].p_start = \
184 extv.v_part[i].p_size = \
244 extv.v_sanity = v32.v_sanity; \
248 extv.v_nparts = v32.v_nparts; \
298 v32.v_sanity = extv.v_sanity; \
[all …]