Searched refs:block_to_free (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | indirect.c | 863 ext4_fsblk_t block_to_free, in ext4_clear_blocks() 877 if (!ext4_inode_block_valid(inode, block_to_free, count)) { in ext4_clear_blocks() 880 (unsigned long long) block_to_free, count); in ext4_clear_blocks() 892 ext4_free_blocks(handle, inode, NULL, block_to_free, count, flags); in ext4_clear_blocks() 922 ext4_fsblk_t block_to_free = 0; /* Starting block # of a run */ in ext4_free_data() local 926 block_to_free */ in ext4_free_data() 946 block_to_free = nr; in ext4_free_data() 949 } else if (nr == block_to_free + count) { in ext4_free_data() 953 block_to_free, count, in ext4_free_data() 957 block_to_free in ext4_free_data() 861 ext4_clear_blocks(handle_t *handle, struct inode *inode, struct buffer_head *bh, ext4_fsblk_t block_to_free, unsigned long count, __le32 *first, __le32 *last) ext4_clear_blocks() argument [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | indirect.c | 866 ext4_fsblk_t block_to_free, in ext4_clear_blocks() 880 if (!ext4_inode_block_valid(inode, block_to_free, count)) { in ext4_clear_blocks() 883 (unsigned long long) block_to_free, count); in ext4_clear_blocks() 895 ext4_free_blocks(handle, inode, NULL, block_to_free, count, flags); in ext4_clear_blocks() 925 ext4_fsblk_t block_to_free = 0; /* Starting block # of a run */ in ext4_free_data() local 929 block_to_free */ in ext4_free_data() 950 block_to_free = nr; in ext4_free_data() 953 } else if (nr == block_to_free + count) { in ext4_free_data() 957 block_to_free, count, in ext4_free_data() 961 block_to_free in ext4_free_data() 864 ext4_clear_blocks(handle_t *handle, struct inode *inode, struct buffer_head *bh, ext4_fsblk_t block_to_free, unsigned long count, __le32 *first, __le32 *last) ext4_clear_blocks() argument [all...] |
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | inode.c | 1089 ext2_fsblk_t block_to_free = 0, count = 0; in ext2_free_data() local 1099 else if (block_to_free == nr - count) in ext2_free_data() 1102 ext2_free_blocks (inode, block_to_free, count); in ext2_free_data() 1105 block_to_free = nr; in ext2_free_data() 1111 ext2_free_blocks (inode, block_to_free, count); in ext2_free_data()
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A 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()
|
Completed in 11 milliseconds