Searched refs:allocsize (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ufs/ |
D | balloc.c | 576 unsigned oldcg, i, j, k, allocsize; in ufs_alloc_fragments() local 633 for (allocsize = count; allocsize < uspi->s_fpb; allocsize++) in ufs_alloc_fragments() 634 if (fs32_to_cpu(sb, ucg->cg_frsum[allocsize]) != 0) in ufs_alloc_fragments() 637 if (allocsize == uspi->s_fpb) { in ufs_alloc_fragments() 653 result = ufs_bitmap_search (sb, ucpi, goal, allocsize); in ufs_alloc_fragments() 662 fs32_sub(sb, &ucg->cg_frsum[allocsize], 1); in ufs_alloc_fragments() 664 if (count != allocsize) in ufs_alloc_fragments() 665 fs32_add(sb, &ucg->cg_frsum[allocsize - count], 1); in ufs_alloc_fragments()
|
/linux-4.1.27/Documentation/filesystems/ |
D | xfs.txt | 24 allocsize=size 34 to the file. Specifying a fixed allocsize value turns off 125 specified but does specify an "allocsize" then "allocsize"
|
/linux-4.1.27/drivers/char/xillybus/ |
D | xillybus_core.c | 353 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()
|