Searched refs:old_blocks (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/jfs/ |
| H A D | xattr.c | 605 unsigned long old_blocks, new_blocks; in ea_put() local 632 old_blocks = new_blocks = 0; in ea_put() 636 old_blocks = lengthDXD(&ji->ea); in ea_put() 656 if (old_blocks) in ea_put() 657 dquot_free_block(inode, old_blocks); in ea_put()
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-bitset.c | 90 uint32_t old_blocks = dm_div_up(old_nr_entries, BITS_PER_ARRAY_ENTRY); in dm_bitset_resize() local 95 return dm_array_resize(&info->array_info, root, old_blocks, new_blocks, in dm_bitset_resize()
|
| /linux/drivers/md/ |
| H A D | md-bitmap.c | 2391 sector_t old_blocks, new_blocks; in __bitmap_resize() local 2515 bmc_old = md_bitmap_get_counter(&old_counts, block, &old_blocks, 0); in __bitmap_resize() 2537 if (new_blocks < old_blocks) in __bitmap_resize() 2538 old_blocks = new_blocks; in __bitmap_resize() 2540 block += old_blocks; in __bitmap_resize()
|
| H A D | md-llbitmap.c | 1434 sector_t old_blocks = llbitmap->sync_size; in llbitmap_resize() local 1454 if (blocks == old_blocks && chunks == llbitmap->chunks) in llbitmap_resize() 1474 if (blocks < old_blocks && chunks < old_chunks) in llbitmap_resize()
|