HomeSort by: relevance | last modified time | path
    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