Home
last modified time | relevance | path

Searched refs:alloc_count (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/udf/
Dballoc.c177 int alloc_count = 0; in udf_bitmap_prealloc_blocks() local
208 alloc_count++; in udf_bitmap_prealloc_blocks()
216 udf_add_free_space(sb, partition, -alloc_count); in udf_bitmap_prealloc_blocks()
218 return alloc_count; in udf_bitmap_prealloc_blocks()
580 int alloc_count = 0; in udf_table_prealloc_blocks() local
614 alloc_count = (elen >> sb->s_blocksize_bits); in udf_table_prealloc_blocks()
615 if (alloc_count > block_count) { in udf_table_prealloc_blocks()
616 alloc_count = block_count; in udf_table_prealloc_blocks()
617 eloc.logicalBlockNum += alloc_count; in udf_table_prealloc_blocks()
618 elen -= (alloc_count << sb->s_blocksize_bits); in udf_table_prealloc_blocks()
[all …]
/linux-4.4.14/drivers/dma/
Dfsl_raid.c317 re_chan->alloc_count++; in fsl_re_chan_alloc_desc()
606 re_chan->alloc_count++; in fsl_re_alloc_chan_resources()
608 return re_chan->alloc_count; in fsl_re_alloc_chan_resources()
617 while (re_chan->alloc_count--) { in fsl_re_free_chan_resources()
Dfsl_raid.h279 u32 alloc_count; member