OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vdev_dtl_list
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
vdev_impl.h
187
txg_list_t
vdev_dtl_list
; /* per-txg dirty DTL lists */
member in struct:vdev
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev.c
454
txg_list_create(&vd->
vdev_dtl_list
,
767
txg_list_destroy(&vd->
vdev_dtl_list
);
833
while ((vd = txg_list_remove(&svd->
vdev_dtl_list
, t)) != NULL)
834
(void) txg_list_add(&tvd->
vdev_dtl_list
, vd, t);
1778
(void) txg_list_add(&vd->
vdev_dtl_list
, arg, txg);
2479
while ((lvd = txg_list_remove(&vd->
vdev_dtl_list
, txg)) != NULL)
spa.c
5266
(void) txg_list_remove_this(&tvd->
vdev_dtl_list
, vd, t);
Completed in 26 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026