newcount 3129 drivers/s390/net/qeth_core_main.c int newcount = 0; newcount 3144 drivers/s390/net/qeth_core_main.c newcount++; newcount 3148 drivers/s390/net/qeth_core_main.c if (newcount < count) { newcount 3152 drivers/s390/net/qeth_core_main.c count = newcount; newcount 6805 drivers/scsi/aic7xxx/aic79xx_core.c int newcount; newcount 6919 drivers/scsi/aic7xxx/aic79xx_core.c newcount = min(scb_data->sense_left, scb_data->scbs_left); newcount 6920 drivers/scsi/aic7xxx/aic79xx_core.c newcount = min(newcount, scb_data->sgs_left); newcount 6921 drivers/scsi/aic7xxx/aic79xx_core.c newcount = min(newcount, (AHD_SCB_MAX_ALLOC - scb_data->numscbs)); newcount 6922 drivers/scsi/aic7xxx/aic79xx_core.c for (i = 0; i < newcount; i++) { newcount 4965 drivers/scsi/aic7xxx/aic7xxx_core.c int newcount; newcount 4997 drivers/scsi/aic7xxx/aic7xxx_core.c newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg))); newcount 4998 drivers/scsi/aic7xxx/aic7xxx_core.c newcount = min(newcount, (AHC_SCB_MAX_ALLOC - scb_data->numscbs)); newcount 4999 drivers/scsi/aic7xxx/aic7xxx_core.c for (i = 0; i < newcount; i++) { newcount 207 fs/btrfs/backref.c int newcount) newcount 209 fs/btrfs/backref.c if ((!sc) || (oldcount == 0 && newcount < 1)) newcount 212 fs/btrfs/backref.c if (oldcount > 0 && newcount < 1) newcount 214 fs/btrfs/backref.c else if (oldcount < 1 && newcount > 0) newcount 351 fs/ufs/balloc.c unsigned cgno, oldcount, newcount; newcount 373 fs/ufs/balloc.c newcount = oldcount + count; newcount 426 fs/ufs/balloc.c newcount - oldcount, locked_page != NULL); newcount 442 fs/ufs/balloc.c result = ufs_add_fragments(inode, tmp, oldcount, newcount); newcount 449 fs/ufs/balloc.c ufs_clear_frags(inode, result + oldcount, newcount - oldcount, newcount 460 fs/ufs/balloc.c request = newcount; newcount 470 fs/ufs/balloc.c ufs_clear_frags(inode, result + oldcount, newcount - oldcount, newcount 482 fs/ufs/balloc.c if (newcount < request) newcount 483 fs/ufs/balloc.c ufs_free_fragments (inode, result + newcount, request - newcount); newcount 509 fs/ufs/balloc.c unsigned oldcount, unsigned newcount) newcount 518 fs/ufs/balloc.c (unsigned long long)fragment, oldcount, newcount); newcount 522 fs/ufs/balloc.c count = newcount - oldcount; newcount 527 fs/ufs/balloc.c if ((ufs_fragnum (fragment) + newcount) > uspi->s_fpb) newcount 541 fs/ufs/balloc.c for (i = oldcount; i < newcount; i++) newcount 551 fs/ufs/balloc.c for (i = newcount; i < (uspi->s_fpb - fragoff); i++) newcount 561 fs/ufs/balloc.c for (i = oldcount; i < newcount; i++) newcount 681 fs/xfs/libxfs/xfs_da_btree.c int newcount; newcount 695 fs/xfs/libxfs/xfs_da_btree.c newcount = 1 + useextra; newcount 699 fs/xfs/libxfs/xfs_da_btree.c if (nodehdr.count + newcount > state->args->geo->node_ents) {