Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c131 if (ext[i].ic_lbno <= lblkno) { in map_frag()
132 if ((ext[i].ic_lbno + ext[i].ic_nbno) > lblkno) { in map_frag()
134 bno_off = lblkno - (uint32_t)ext[i].ic_lbno; in map_frag()
H A Dlufs.c323 nebp->ic_extents[i].ic_lbno = ebp->extents[i].lbno; in lufs_snarf()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h64 uint32_t ic_lbno; /* Logical block # within the space */ member