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

  /src/sys/ufs/chfs/
ebh.h 131 * @u.rb: link in the used RB-tree of chfs_scan_info
149 * struct chfs_scan_info - chfs scanning information
162 struct chfs_scan_info { struct
227 int (*process_eb)(struct chfs_ebh *ebh, struct chfs_scan_info *si,
ebh.c 71 int nor_scan_add_to_used(struct chfs_ebh *ebh, struct chfs_scan_info *si,struct chfs_eb_hdr *ebhdr, int pebnr, int leb_status);
72 int nor_process_eb(struct chfs_ebh *ebh, struct chfs_scan_info *si,
74 int nand_scan_add_to_used(struct chfs_ebh *ebh, struct chfs_scan_info *si,struct chfs_eb_hdr *ebhdr, int pebnr);
75 int nand_process_eb(struct chfs_ebh *ebh, struct chfs_scan_info *si,
77 struct chfs_scan_info *chfs_scan(struct chfs_ebh *ebh);
78 void scan_info_destroy(struct chfs_scan_info *si);
1183 scan_add_to_queue(struct chfs_scan_info *si, int pebnr, int erase_cnt,
1211 nor_scan_add_to_used(struct chfs_ebh *ebh, struct chfs_scan_info *si,
1262 nor_process_eb(struct chfs_ebh *ebh, struct chfs_scan_info *si,
1319 nand_scan_add_to_used(struct chfs_ebh *ebh, struct chfs_scan_info *si
    [all...]

Completed in 15 milliseconds