Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dbackref.c269 int newcount, const struct prelim_ref *newref) in update_share_count() argument
271 if ((!sc) || (oldcount == 0 && newcount < 1)) in update_share_count()
274 if (oldcount > 0 && newcount < 1) in update_share_count()
276 else if (oldcount < 1 && newcount > 0) in update_share_count()
/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c843 int newcount; in xfs_da3_node_split() local
857 newcount = 1 + useextra; in xfs_da3_node_split()
861 if (nodehdr.count + newcount > state->args->geo->node_ents) { in xfs_da3_node_split()
/linux/drivers/scsi/aic7xxx/
H A Daic79xx_core.c6764 int newcount; in ahd_alloc_scbs() local
6878 newcount = min(scb_data->sense_left, scb_data->scbs_left); in ahd_alloc_scbs()
6879 newcount = min(newcount, scb_data->sgs_left); in ahd_alloc_scbs()
6880 newcount = min(newcount, (AHD_SCB_MAX_ALLOC - scb_data->numscbs)); in ahd_alloc_scbs()
6881 for (i = 0; i < newcount; i++) { in ahd_alloc_scbs()
H A Daic7xxx_core.c4936 int newcount; in ahc_alloc_scbs() local
4968 newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg))); in ahc_alloc_scbs()
4969 newcount = min(newcount, (AHC_SCB_MAX_ALLOC - scb_data->numscbs)); in ahc_alloc_scbs()
4970 for (i = 0; i < newcount; i++) { in ahc_alloc_scbs()
/linux/drivers/s390/net/
H A Dqeth_core_main.c3459 int newcount = 0; in qeth_rx_refill_queue() local
3469 newcount++; in qeth_rx_refill_queue()
3473 if (newcount < count) { in qeth_rx_refill_queue()
3477 count = newcount; in qeth_rx_refill_queue()