Searched refs:block_to_free (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/fs/ext4/ |
| D | indirect.c | 848 ext4_fsblk_t block_to_free, in ext4_clear_blocks() argument 862 if (!ext4_inode_block_valid(inode, block_to_free, count)) { in ext4_clear_blocks() 865 (unsigned long long) block_to_free, count); in ext4_clear_blocks() 877 ext4_free_blocks(handle, inode, NULL, block_to_free, count, flags); in ext4_clear_blocks() 907 ext4_fsblk_t block_to_free = 0; /* Starting block # of a run */ in ext4_free_data() local 931 block_to_free = nr; in ext4_free_data() 934 } else if (nr == block_to_free + count) { in ext4_free_data() 938 block_to_free, count, in ext4_free_data() 942 block_to_free = nr; in ext4_free_data() 950 err = ext4_clear_blocks(handle, inode, this_bh, block_to_free, in ext4_free_data()
|
| /Linux-v5.10/fs/ext2/ |
| D | inode.c | 1105 unsigned long block_to_free = 0, count = 0; in ext2_free_data() local 1115 else if (block_to_free == nr - count) in ext2_free_data() 1118 ext2_free_blocks (inode, block_to_free, count); in ext2_free_data() 1121 block_to_free = nr; in ext2_free_data() 1127 ext2_free_blocks (inode, block_to_free, count); in ext2_free_data()
|
| /Linux-v5.10/fs/reiserfs/ |
| D | bitmap.c | 516 b_blocknr_t block_to_free; in __discard_prealloc() local 524 block_to_free = ei->i_prealloc_block++; in __discard_prealloc() 526 reiserfs_free_prealloc_block(th, inode, block_to_free); in __discard_prealloc()
|