ebh.c | 63 int add_peb_to_in_use(struct chfs_ebh *ebh, int pebnr, int ec); 838 * add_peb_to_in_use - adds a PEB to the RB-tree of used PEBs 850 add_peb_to_in_use(struct chfs_ebh *ebh, int pebnr, int ec) function in typeref:typename:int 1548 err = add_peb_to_in_use(ebh, sleb->pebnr, sleb->erase_cnt); 1797 err = add_peb_to_in_use(ebh, peb->pebnr, peb->erase_cnt);
|