aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/blist.h
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2017-06-18 18:23:39 +0000
committerAlan Cox <alc@FreeBSD.org>2017-06-18 18:23:39 +0000
commitd4e3484bd9166cab99605f864d8c3b102c754953 (patch)
tree4524bcb9dcf19c8df5d6f1182323727db9636ba3 /sys/sys/blist.h
parentfc0dd0d307816b52bfb4fa8ea24d63ec0752a30b (diff)
downloadsrc-d4e3484bd9166cab99605f864d8c3b102c754953.tar.gz
src-d4e3484bd9166cab99605f864d8c3b102c754953.zip
Notes
Diffstat (limited to 'sys/sys/blist.h')
-rw-r--r--sys/sys/blist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/blist.h b/sys/sys/blist.h
index 79506bd3b5f0..292f9b973154 100644
--- a/sys/sys/blist.h
+++ b/sys/sys/blist.h
@@ -82,6 +82,7 @@ typedef struct blist {
daddr_t bl_blocks; /* area of coverage */
daddr_t bl_radix; /* coverage radix */
daddr_t bl_skip; /* starting skip */
+ daddr_t bl_cursor; /* next-fit search starts at */
blmeta_t *bl_root; /* root of radix tree */
} *blist_t;