Searched refs:prealloc_size (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/reiserfs/ |
D | bitmap.c | 1136 hint->prealloc_size = 0; in determine_prealloc_size() 1143 hint->prealloc_size = in determine_prealloc_size() 1155 int prealloc_size) in allocate_without_wrapping_disk() argument 1162 rest + prealloc_size, in allocate_without_wrapping_disk() 1219 if (hint->preallocate && hint->prealloc_size) { in blocknrs_and_prealloc_arrays_from_search_start() 1223 hint->prealloc_size, hint->inode->i_uid); in blocknrs_and_prealloc_arrays_from_search_start() 1226 hint->prealloc_size); in blocknrs_and_prealloc_arrays_from_search_start() 1228 hint->preallocate = hint->prealloc_size = 0; in blocknrs_and_prealloc_arrays_from_search_start() 1256 hint->prealloc_size - in blocknrs_and_prealloc_arrays_from_search_start() 1263 amount_needed + hint->prealloc_size - in blocknrs_and_prealloc_arrays_from_search_start() [all …]
|
D | reiserfs.h | 3296 int prealloc_size; member
|
/Linux-v4.19/sound/pci/ |
D | intel8x0.c | 1508 size_t prealloc_size; member 1545 rec->prealloc_size, rec->prealloc_max_size); in snd_intel8x0_pcm1() 1573 .prealloc_size = 64 * 1024, 1579 .prealloc_size = 0, 1586 .prealloc_size = 0, 1593 .prealloc_size = 0, 1600 .prealloc_size = 64 * 1024, 1610 .prealloc_size = 64 * 1024, 1616 .prealloc_size = 0, 1623 .prealloc_size = 64 * 1024, [all …]
|
D | intel8x0m.c | 715 size_t prealloc_size; member 753 rec->prealloc_size, in snd_intel8x0m_pcm1() 764 .prealloc_size = 32 * 1024,
|
/Linux-v4.19/drivers/acpi/apei/ |
D | ghes.c | 973 unsigned long block_length, prealloc_records, prealloc_size; in ghes_esource_prealloc_size() local 979 prealloc_size = min_t(unsigned long, block_length * prealloc_records, in ghes_esource_prealloc_size() 982 return prealloc_size; in ghes_esource_prealloc_size()
|