Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170799161
D20227.id57266.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
852 B
Referenced Files
None
Subscribers
None
D20227.id57266.diff
View Options
Index: blist.h
===================================================================
--- blist.h
+++ blist.h
@@ -69,17 +69,17 @@
#define SWAPBLK_NONE ((daddr_t)((u_daddr_t)SWAPBLK_MASK + 1))/* flag */
/*
- * Both blmeta and bmu_bitmap MUST be a power of 2 in size.
+ * Both blmeta and bm_bitmap MUST be a power of 2 in size.
*/
typedef struct blmeta {
- u_daddr_t bm_bitmap; /* bitmap if we are a leaf */
+ u_daddr_t bm_bitmap; /* marking unfilled block sets */
daddr_t bm_bighint; /* biggest contiguous block hint*/
} blmeta_t;
typedef struct blist {
daddr_t bl_blocks; /* area of coverage */
- daddr_t bl_avail; /* # available blocks */
+ daddr_t bl_avail; /* # available blocks */
u_daddr_t bl_radix; /* coverage radix */
daddr_t bl_cursor; /* next-fit search starts at */
blmeta_t bl_root[1]; /* root of radix tree */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 7, 5:09 PM (6 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38477648
Default Alt Text
D20227.id57266.diff (852 B)
Attached To
Mode
D20227: Update stale comments in blist.h
Attached
Detach File
Event Timeline
Log In to Comment