Searched refs:old_blocks (Results 1 – 3 of 3) 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 | 2382 sector_t old_blocks, new_blocks; in __bitmap_resize() local 2506 bmc_old = md_bitmap_get_counter(&old_counts, block, &old_blocks, 0); in __bitmap_resize() 2528 if (new_blocks < old_blocks) in __bitmap_resize() 2529 old_blocks = new_blocks; in __bitmap_resize() 2531 block += old_blocks; in __bitmap_resize()
|