ebh.c | 62 int add_peb_to_free(struct chfs_ebh *ebh, int pebnr, int ec); 808 * add_peb_to_free - adds a PEB to the RB-tree of free PEBs 820 add_peb_to_free(struct chfs_ebh *ebh, int pebnr, int ec) function in typeref:typename:int 906 err = add_peb_to_free(ebh, peb->pebnr, peb->erase_cnt); 948 err = add_peb_to_free(ebh, peb->pebnr, peb->erase_cnt); 1568 err = add_peb_to_free(ebh, sleb->pebnr, sleb->erase_cnt);
|