Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_ioctl.h207 #define DRR_SPILL_UNMODIFIED (1<<2) /* SPILL record for unmodified block */ macro
212 #define DRR_SPILL_IS_UNMODIFIED(flags) ((flags) & DRR_SPILL_UNMODIFIED)
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_send.c611 drrs->drr_flags |= DRR_SPILL_UNMODIFIED; in dump_spill()