HomeSort by: relevance | last modified time | path
    Searched defs:tbip (Results 1 - 3 of 3) 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);
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);
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 41 milliseconds