Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ufs/
Dballoc.c580 unsigned oldcg, i, j, k, allocsize; in ufs_alloc_fragments() local
637 for (allocsize = count; allocsize < uspi->s_fpb; allocsize++) in ufs_alloc_fragments()
638 if (fs32_to_cpu(sb, ucg->cg_frsum[allocsize]) != 0) in ufs_alloc_fragments()
641 if (allocsize == uspi->s_fpb) { in ufs_alloc_fragments()
657 result = ufs_bitmap_search (sb, ucpi, goal, allocsize); in ufs_alloc_fragments()
666 fs32_sub(sb, &ucg->cg_frsum[allocsize], 1); in ufs_alloc_fragments()
668 if (count != allocsize) in ufs_alloc_fragments()
669 fs32_add(sb, &ucg->cg_frsum[allocsize - count], 1); in ufs_alloc_fragments()
/linux-4.4.14/Documentation/filesystems/
Dxfs.txt24 allocsize=size
34 to the file. Specifying a fixed allocsize value turns off
125 specified but does specify an "allocsize" then "allocsize"
/linux-4.4.14/drivers/char/xillybus/
Dxillybus_core.c353 int allocorder, allocsize; in xilly_get_dma_buffers() local
355 allocsize = PAGE_SIZE; in xilly_get_dma_buffers()
357 while (bytebufsize > allocsize) { in xilly_get_dma_buffers()
358 allocsize *= 2; in xilly_get_dma_buffers()
369 s->left_of_salami = allocsize; in xilly_get_dma_buffers()