OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chfs_scan_leb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/chfs/
ebh.h
126
* struct
chfs_scan_leb
- scanning information about a physical eraseblock
133
struct
chfs_scan_leb
{
struct
139
TAILQ_ENTRY(
chfs_scan_leb
) queue;
140
RB_ENTRY(
chfs_scan_leb
) rb;
144
TAILQ_HEAD(scan_leb_queue,
chfs_scan_leb
);
145
RB_HEAD(scan_leb_used_rbtree,
chfs_scan_leb
);
154
* @used: RB-tree of used PEBs describing by
chfs_scan_leb
ebh.c
70
int scan_leb_used_cmp(struct
chfs_scan_leb
*sleb1, struct
chfs_scan_leb
*sleb2);
1162
scan_leb_used_cmp(struct
chfs_scan_leb
*sleb1, struct
chfs_scan_leb
*sleb2)
1167
RB_PROTOTYPE(scan_leb_used_rbtree,
chfs_scan_leb
, u.rb, scan_leb_used_cmp);
1168
RB_GENERATE(scan_leb_used_rbtree,
chfs_scan_leb
, u.rb, scan_leb_used_cmp);
1186
struct
chfs_scan_leb
*sleb;
1188
sleb = kmem_alloc(sizeof(struct
chfs_scan_leb
), KM_SLEEP);
1215
struct
chfs_scan_leb
*sleb, *old;
1220
sleb = kmem_alloc(sizeof(struct
chfs_scan_leb
), KM_SLEEP)
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Oct 27 15:09:58 GMT 2025