HomeSort by: relevance | last modified time | path
    Searched defs:tbip (Results 1 - 1 of 1) sorted by relevancy

  /src/libexec/lfs_cleanerd/
coalesce.c 160 BLOCK_INFO *bip = NULL, *tbip; local in function:clean_inode
350 * TBIP with an integer (blkcnt_t) offset.
353 for (tbip = bip; tbip < bip + nb; tbip += bps) {
369 lim.blkiov = tbip;
370 lim.blkcnt = (tbip + bps < bip + nb ? bps : nb % bps);

Completed in 195 milliseconds