Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ufs/
A Dballoc.c347 unsigned cgno, oldcount, newcount; in ufs_new_fragments() local
369 newcount = oldcount + count; in ufs_new_fragments()
422 newcount - oldcount, locked_page != NULL); in ufs_new_fragments()
456 request = newcount; in ufs_new_fragments()
478 if (newcount < request) in ufs_new_fragments()
479 ufs_free_fragments (inode, result + newcount, request - newcount); in ufs_new_fragments()
505 unsigned oldcount, unsigned newcount) in ufs_add_fragments() argument
518 count = newcount - oldcount; in ufs_add_fragments()
537 for (i = oldcount; i < newcount; i++) in ufs_add_fragments()
547 for (i = newcount; i < (uspi->s_fpb - fragoff); i++) in ufs_add_fragments()
[all …]
/linux-6.3-rc2/fs/btrfs/
A Dbackref.c256 int newcount, struct prelim_ref *newref) in update_share_count() argument
258 if ((!sc) || (oldcount == 0 && newcount < 1)) in update_share_count()
261 if (oldcount > 0 && newcount < 1) in update_share_count()
263 else if (oldcount < 1 && newcount > 0) in update_share_count()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_da_btree.c789 int newcount; in xfs_da3_node_split() local
803 newcount = 1 + useextra; in xfs_da3_node_split()
807 if (nodehdr.count + newcount > state->args->geo->node_ents) { in xfs_da3_node_split()
/linux-6.3-rc2/drivers/scsi/aic7xxx/
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()
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-6.3-rc2/drivers/s390/net/
A Dqeth_core_main.c3417 int newcount = 0; in qeth_rx_refill_queue() local
3427 newcount++; in qeth_rx_refill_queue()
3431 if (newcount < count) { in qeth_rx_refill_queue()
3435 count = newcount; in qeth_rx_refill_queue()

Completed in 50 milliseconds