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

/linux-master/fs/ufs/
H A Dballoc.c345 unsigned cgno, oldcount, newcount; local
367 newcount = oldcount + count;
420 newcount - oldcount, locked_page != NULL);
436 result = ufs_add_fragments(inode, tmp, oldcount, newcount);
443 ufs_clear_frags(inode, result + oldcount, newcount - oldcount,
454 request = newcount;
464 ufs_clear_frags(inode, result + oldcount, newcount - oldcount,
476 if (newcount < request)
477 ufs_free_fragments (inode, result + newcount, request - newcount);
502 ufs_add_fragments(struct inode *inode, u64 fragment, unsigned oldcount, unsigned newcount) argument
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c797 int newcount; local
811 newcount = 1 + useextra;
815 if (nodehdr.count + newcount > state->args->geo->node_ents) {
/linux-master/fs/btrfs/
H A Dbackref.c254 int newcount, struct prelim_ref *newref)
256 if ((!sc) || (oldcount == 0 && newcount < 1))
259 if (oldcount > 0 && newcount < 1)
261 else if (oldcount < 1 && newcount > 0)
253 update_share_count(struct share_check *sc, int oldcount, int newcount, struct prelim_ref *newref) argument
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c4936 int newcount; local
4968 newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg)));
4969 newcount = min(newcount, (AHC_SCB_MAX_ALLOC - scb_data->numscbs));
4970 for (i = 0; i < newcount; i++) {
H A Daic79xx_core.c6764 int newcount; local
6878 newcount = min(scb_data->sense_left, scb_data->scbs_left);
6879 newcount = min(newcount, scb_data->sgs_left);
6880 newcount = min(newcount, (AHD_SCB_MAX_ALLOC - scb_data->numscbs));
6881 for (i = 0; i < newcount; i++) {
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c3457 int newcount = 0; local
3467 newcount++;
3471 if (newcount < count) {
3475 count = newcount;

Completed in 239 milliseconds