Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/fs/
H A Dhsfs.c645 uint_t ce_lbn; in parse_dir() local
722 ce_lbn = parse_susp((char *)IDE_sys_use_area(bufp), &ce_len, hsdep); in parse_dir()
724 if (ce_lbn) { in parse_dir()
736 filep->fi_blocknum = hdbtodb(ce_lbn); in parse_dir()
741 ce_lbn = 0; in parse_dir()
744 ce_lbn = parse_susp(filep->fi_memp, &ce_len, in parse_dir()
746 } while (ce_lbn); in parse_dir()
767 uint_t ce_lbn = 0; in parse_susp() local
794 ce_lbn = CE_BLK_LOC(susp); in parse_susp()
810 return (ce_lbn); in parse_susp()
[all …]
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c740 uint_t ce_lbn; in parse_dir() local
804 ce_lbn = 0; in parse_dir()
806 ce_lbn = parse_susp((char *)IDE_sys_use_area(bufp), in parse_dir()
808 while (ce_lbn) { in parse_dir()
818 filep->fi_blocknum = hdbtodb(ce_lbn); in parse_dir()
866 uint_t ce_lbn = 0; in parse_susp() local
898 ce_lbn = CE_BLK_LOC(susp); in parse_susp()
906 ce_lbn, *ce_len); in parse_susp()
912 "%d\n", ce_lbn); in parse_susp()
913 return (ce_lbn); in parse_susp()
[all …]