Searched refs:ce_lbn (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/fs/
H A Dhsfs.c646 uint_t ce_lbn; local
723 ce_lbn = parse_susp((char *)IDE_sys_use_area(bufp), &ce_len, hsdep);
725 if (ce_lbn) {
737 filep->fi_blocknum = hdbtodb(ce_lbn);
742 ce_lbn = 0;
745 ce_lbn = parse_susp(filep->fi_memp, &ce_len,
747 } while (ce_lbn);
768 uint_t ce_lbn = 0; local
795 ce_lbn = CE_BLK_LOC(susp);
811 return (ce_lbn);
[all...]
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c740 uint_t ce_lbn; local
804 ce_lbn = 0;
806 ce_lbn = parse_susp((char *)IDE_sys_use_area(bufp),
808 while (ce_lbn) {
818 filep->fi_blocknum = hdbtodb(ce_lbn);
842 ce_lbn = parse_susp(filep->fi_memp, &ce_len, hsdep);
866 uint_t ce_lbn = 0; local
898 ce_lbn = CE_BLK_LOC(susp);
904 "CE: ce_lbn = %d "
906 ce_lbn, *ce_le
[all...]

Completed in 47 milliseconds