HomeSort by: relevance | last modified time | path
    Searched refs:peb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/chfs/
ebh.c 322 /* check if the PEB is free: magic, crc_ec and erase_cnt is good and
327 dbg_ebh("free peb found\n");
400 /* check if the PEB is free: magic, crc_ec and erase_cnt is good and
405 dbg_ebh("free peb found\n");
451 chfs_err("can't mark peb dirty");
486 chfs_err("can't invalidate peb");
498 * @ec: erase counter of PEB
526 chfs_err("can't mark peb as free: %d\n", pebnr);
756 /* Generate functions for in use PEB's red-black tree */
763 * add_peb_to_erase_queue: adds a PEB to to_erase/fully_erased queu
777 struct chfs_peb *peb; local
801 struct chfs_peb peb, *result; local
822 struct chfs_peb *peb, *result; local
852 struct chfs_peb *peb, *result; local
878 struct chfs_peb *peb = priv->peb; local
934 struct chfs_peb *peb = NULL; local
1022 struct chfs_peb *peb; local
1772 struct chfs_peb *peb; local
2053 struct chfs_peb *peb = NULL; local
    [all...]
ebh.h 75 /* Maximum retries when getting new PEB before exit with failure */
129 * @info: the status of the PEB's eraseblock header when NOR serial when NAND
174 * struct chfs_peb - PEB information for erasing and wear leveling
252 * @lmap: LEB to PEB mapping
292 * @peb: physical eraseblock information
296 struct chfs_peb *peb; member in struct:chfs_erase_info_priv

Completed in 27 milliseconds