Home
last modified time | relevance | path

Searched refs:ic_nbno (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h65 uint32_t ic_nbno; /* # blocks in this extent */ member
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c132 if ((ext[i].ic_lbno + ext[i].ic_nbno) > lblkno) { in map_frag()
135 *pbcount = MIN(bcount, dbtob(ext[i].ic_nbno - bno_off)); in map_frag()
H A Dlufs.c324 nebp->ic_extents[i].ic_nbno = ebp->extents[i].nbno; in lufs_snarf()