Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c121 size_t *pbcount) in map_frag() argument
135 *pbcount = MIN(bcount, dbtob(ext[i].ic_nbno - bno_off)); in map_frag()
145 *pbcount = bcount; in map_frag()
169 size_t nb_left, pbcount; in ldl_strategy() local
188 error = map_frag(ul, lblkno, nb_left, &pblkno, &pbcount); in ldl_strategy()
194 cb = bioclone(pb, offset, pbcount, dev, in ldl_strategy()
197 offset += pbcount; in ldl_strategy()
198 lblkno += btodb(pbcount); in ldl_strategy()
199 nb_left -= pbcount; in ldl_strategy()