Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_diff.c59 if (da->da_ddr.ddr_type == DDR_NONE) { in write_record()
75 if (da->da_ddr.ddr_type != DDR_FREE || in report_free_dnode_range()
79 da->da_ddr.ddr_type = DDR_FREE; in report_free_dnode_range()
95 if (da->da_ddr.ddr_type != DDR_INUSE || in report_dnode()
99 da->da_ddr.ddr_type = DDR_INUSE; in report_dnode()
213 da.da_ddr.ddr_type = DDR_NONE; in dmu_diff()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_ioctl.h398 uint64_t ddr_type; member
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_diff.c439 switch (dr.ddr_type) { in differ()