Home
last modified time | relevance | path

Searched defs:dsl_scan (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_scan.h111 typedef struct dsl_scan { struct
112 struct dsl_pool *scn_dp;
113 uint64_t scn_restart_txg;
114 uint64_t scn_done_txg;
115 uint64_t scn_sync_start_time;
116 uint64_t scn_issued_before_pass;
119 boolean_t scn_is_bptree;
120 boolean_t scn_async_destroying;
121 boolean_t scn_async_stalled;
155 dsl_scan_phys_t scn_phys; /* on disk representation of scan */ argument
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_scan.c818 dsl_scan(dsl_pool_t *dp, pool_scan_func_t func) in dsl_scan() function