Searched refs:ext4_free_blocks (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/fs/ext4/ |
D | migrate.c | 202 ext4_free_blocks(handle, inode, NULL, in free_dind_blocks() 213 ext4_free_blocks(handle, inode, NULL, le32_to_cpu(i_data), 1, in free_dind_blocks() 247 ext4_free_blocks(handle, inode, NULL, le32_to_cpu(i_data), 1, in free_tind_blocks() 264 ext4_free_blocks(handle, inode, NULL, in free_ind_block() 381 ext4_free_blocks(handle, inode, NULL, block, 1, in free_ext_idx()
|
D | indirect.c | 393 ext4_free_blocks(handle, ar->inode, NULL, new_blocks[i], in ext4_alloc_branch() 407 ext4_free_blocks(handle, ar->inode, branch[i+1].bh, in ext4_alloc_branch() 493 ext4_free_blocks(handle, ar->inode, where[i].bh, 0, 1, in ext4_splice_branch() 496 ext4_free_blocks(handle, ar->inode, NULL, le32_to_cpu(where[num].key), in ext4_splice_branch() 895 ext4_free_blocks(handle, inode, NULL, block_to_free, count, flags); in ext4_clear_blocks() 1090 ext4_free_blocks(handle, inode, NULL, nr, 1, in ext4_free_branches()
|
D | extents.c | 1294 ext4_free_blocks(handle, inode, NULL, ablocks[i], 1, in ext4_ext_split() 1880 ext4_free_blocks(handle, inode, NULL, blk, 1, in ext4_ext_try_to_merge_up() 2308 ext4_free_blocks(handle, inode, NULL, leaf, 1, in ext4_ext_rm_idx() 2477 ext4_free_blocks(handle, inode, NULL, in ext4_remove_blocks() 2503 ext4_free_blocks(handle, inode, NULL, in ext4_remove_blocks() 2521 ext4_free_blocks(handle, inode, NULL, pblk, num, flags); in ext4_remove_blocks() 2750 ext4_free_blocks(handle, inode, NULL, in ext4_ext_rm_leaf() 3019 ext4_free_blocks(handle, inode, NULL, in ext4_ext_remove_space() 4348 ext4_free_blocks(handle, inode, NULL, newblock, in ext4_ext_map_blocks()
|
D | xattr.c | 1315 ext4_free_blocks(handle, inode, bh, 0, 1, in ext4_xattr_release_block() 2155 ext4_free_blocks(handle, inode, NULL, block, 1, in ext4_xattr_block_set()
|
D | resize.c | 1976 ext4_free_blocks(handle, inode, NULL, nr, 1, in ext4_convert_meta_bg()
|
D | ext4.h | 2916 extern void ext4_free_blocks(handle_t *handle, struct inode *inode,
|
D | mballoc.c | 6643 void ext4_free_blocks(handle_t *handle, struct inode *inode, in ext4_free_blocks() function
|
/linux-6.6.21/include/trace/events/ |
D | ext4.h | 903 TRACE_EVENT(ext4_free_blocks,
|