Lines Matching refs:ce_lbn
647 uint_t ce_lbn; in parse_dir() local
725 ce_lbn = parse_susp((char *)IDE_sys_use_area(bufp), &ce_len, hsdep); in parse_dir()
727 if (ce_lbn) { in parse_dir()
739 filep->fi_blocknum = hdbtodb(ce_lbn); in parse_dir()
744 ce_lbn = 0; in parse_dir()
747 ce_lbn = parse_susp(filep->fi_memp, &ce_len, in parse_dir()
749 } while (ce_lbn); in parse_dir()
770 uint_t ce_lbn = 0; in parse_susp() local
798 ce_lbn = CE_BLK_LOC(susp); in parse_susp()
814 return (ce_lbn); in parse_susp()
822 return (ce_lbn); in parse_susp()