Home
last modified time | relevance | path

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

/linux-4.1.27/fs/reiserfs/
Dbitmap.c1011 int amount_needed) in determine_search_start() argument
1146 int amount_needed, in allocate_without_wrapping_disk() argument
1149 int rest = amount_needed; in allocate_without_wrapping_disk()
1183 return (amount_needed - rest); in allocate_without_wrapping_disk()
1188 int amount_needed) { in blocknrs_and_prealloc_arrays_from_search_start() argument
1202 amount_needed, hint->inode->i_uid); in blocknrs_and_prealloc_arrays_from_search_start()
1206 dquot_alloc_block_nodirty(hint->inode, amount_needed); in blocknrs_and_prealloc_arrays_from_search_start()
1247 amount_needed + in blocknrs_and_prealloc_arrays_from_search_start()
1255 amount_needed + hint->prealloc_size - in blocknrs_and_prealloc_arrays_from_search_start()
1271 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.h3330 int amount_needed) in reiserfs_new_form_blocknrs() argument
3340 return reiserfs_allocate_blocknrs(&hint, new_blocknrs, amount_needed, in reiserfs_new_form_blocknrs()
/linux-4.1.27/drivers/pci/hotplug/
Dibmphp_pci.c581 struct res_needed *amount_needed = NULL; in configure_bridge() local
799 amount_needed = scan_behind_bridge (func, sec_number); in configure_bridge()
800 if (amount_needed == NULL) in configure_bridge()
805 debug ("amount_needed->not_correct = %x\n", amount_needed->not_correct); in configure_bridge()
806 debug ("amount_needed->io = %x\n", amount_needed->io); in configure_bridge()
807 debug ("amount_needed->mem = %x\n", amount_needed->mem); in configure_bridge()
808 debug ("amount_needed->pfmem = %x\n", amount_needed->pfmem); in configure_bridge()
810 if (amount_needed->not_correct) { in configure_bridge()
825 kfree (amount_needed); in configure_bridge()
829 if (!amount_needed->io) { in configure_bridge()
[all …]