OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chfs_peb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/chfs/
ebh.h
174
* struct
chfs_peb
- PEB information for erasing and wear leveling
180
struct
chfs_peb
{
struct
184
TAILQ_ENTRY(
chfs_peb
) queue;
185
RB_ENTRY(
chfs_peb
) rb;
190
TAILQ_HEAD(peb_queue,
chfs_peb
);
191
RB_HEAD(peb_free_rbtree,
chfs_peb
);
192
RB_HEAD(peb_in_use_rbtree,
chfs_peb
);
296
struct
chfs_peb
*peb;
ebh.c
58
int peb_in_use_cmp(struct
chfs_peb
*peb1, struct
chfs_peb
*peb2);
59
int peb_free_cmp(struct
chfs_peb
*peb1, struct
chfs_peb
*peb2);
61
struct
chfs_peb
* find_peb_in_use(struct chfs_ebh *ebh, int pebnr);
739
peb_in_use_cmp(struct
chfs_peb
*peb1, struct
chfs_peb
*peb2)
745
peb_free_cmp(struct
chfs_peb
*peb1, struct
chfs_peb
*peb2)
757
RB_PROTOTYPE(peb_in_use_rbtree,
chfs_peb
, u.rb, peb_in_use_cmp)
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025