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

  /src/sys/ufs/chfs/
ebh.c 1186 struct chfs_scan_leb *sleb; local
1188 sleb = kmem_alloc(sizeof(struct chfs_scan_leb), KM_SLEEP);
1190 sleb->pebnr = pebnr;
1191 sleb->erase_cnt = erase_cnt;
1192 TAILQ_INSERT_TAIL(queue, sleb, u.queue);
1215 struct chfs_scan_leb *sleb, *old; local
1220 sleb = kmem_alloc(sizeof(struct chfs_scan_leb), KM_SLEEP);
1222 sleb->erase_cnt = ec;
1223 sleb->lnr = lnr;
1224 sleb->pebnr = pebnr
1323 struct chfs_scan_leb *sleb, *old; local
1507 struct chfs_scan_leb *sleb; local
    [all...]
ebh.c 1186 struct chfs_scan_leb *sleb; local
1188 sleb = kmem_alloc(sizeof(struct chfs_scan_leb), KM_SLEEP);
1190 sleb->pebnr = pebnr;
1191 sleb->erase_cnt = erase_cnt;
1192 TAILQ_INSERT_TAIL(queue, sleb, u.queue);
1215 struct chfs_scan_leb *sleb, *old; local
1220 sleb = kmem_alloc(sizeof(struct chfs_scan_leb), KM_SLEEP);
1222 sleb->erase_cnt = ec;
1223 sleb->lnr = lnr;
1224 sleb->pebnr = pebnr
1323 struct chfs_scan_leb *sleb, *old; local
1507 struct chfs_scan_leb *sleb; local
    [all...]

Completed in 123 milliseconds