Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dtrim_map.c49 list_insert_tail(&(tm)->tm_head, (ts)); \
54 list_remove(&(tm)->tm_head, (ts)); \
59 list_t tm_head; /* List of segments sorted by txg. */ member
150 list_create(&tm->tm_head, sizeof (trim_seg_t), in trim_map_create()
186 while ((ts = list_head(&tm->tm_head)) != NULL) { in trim_map_destroy()
197 list_destroy(&tm->tm_head); in trim_map_destroy()
422 ts = list_head(&tm->tm_head); in trim_map_first()