Home
last modified time | relevance | path

Searched refs:amount_needed (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/reiserfs/
Dbitmap.c1019 int amount_needed) in determine_search_start() argument
1154 int amount_needed, in allocate_without_wrapping_disk() argument
1157 int rest = amount_needed; in allocate_without_wrapping_disk()
1191 return (amount_needed - rest); in allocate_without_wrapping_disk()
1196 int amount_needed) { in blocknrs_and_prealloc_arrays_from_search_start() argument
1210 amount_needed, hint->inode->i_uid); in blocknrs_and_prealloc_arrays_from_search_start()
1214 dquot_alloc_block_nodirty(hint->inode, amount_needed); in blocknrs_and_prealloc_arrays_from_search_start()
1255 amount_needed + in blocknrs_and_prealloc_arrays_from_search_start()
1263 amount_needed + hint->prealloc_size - in blocknrs_and_prealloc_arrays_from_search_start()
1279 amount_needed - in blocknrs_and_prealloc_arrays_from_search_start()
[all …]
Dfix_node.c834 int amount_needed; /* number of needed empty blocks */ in get_empty_nodes() local
867 amount_needed = (Sh) ? (tb->blknum[h] - 1) : 1; in get_empty_nodes()
872 if (amount_needed > number_of_freeblk) in get_empty_nodes()
873 amount_needed -= number_of_freeblk; in get_empty_nodes()
882 amount_needed) == NO_DISK_SPACE) in get_empty_nodes()
887 counter < amount_needed; blocknr++, counter++) { in get_empty_nodes()
Dreiserfs.h3332 int amount_needed) in reiserfs_new_form_blocknrs() argument
3342 return reiserfs_allocate_blocknrs(&hint, new_blocknrs, amount_needed, in reiserfs_new_form_blocknrs()
/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_pci.c559 struct res_needed *amount_needed = NULL; in configure_bridge() local
773 amount_needed = scan_behind_bridge(func, sec_number); in configure_bridge()
774 if (amount_needed == NULL) in configure_bridge()
779 debug("amount_needed->not_correct = %x\n", amount_needed->not_correct); in configure_bridge()
780 debug("amount_needed->io = %x\n", amount_needed->io); in configure_bridge()
781 debug("amount_needed->mem = %x\n", amount_needed->mem); in configure_bridge()
782 debug("amount_needed->pfmem = %x\n", amount_needed->pfmem); in configure_bridge()
784 if (amount_needed->not_correct) { in configure_bridge()
799 kfree(amount_needed); in configure_bridge()
803 if (!amount_needed->io) { in configure_bridge()
[all …]