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

  /src/sys/ufs/chfs/
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
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 in function:add_peb_to_erase_queue
801 struct chfs_peb peb, *result; local in function:find_peb_in_use
822 struct chfs_peb *peb, *result; local in function:add_peb_to_free
852 struct chfs_peb *peb, *result; local in function:add_peb_to_in_use
878 struct chfs_peb *peb = priv->peb; local in function:erase_callback
934 struct chfs_peb *peb = NULL; local in function:free_peb
1022 struct chfs_peb *peb; local in function:release_peb
1772 struct chfs_peb *peb; local in function:get_peb
2053 struct chfs_peb *peb = NULL; local in function:ebh_change_leb
    [all...]

Completed in 15 milliseconds