Searched refs:ext4_free_blocks (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/fs/ext4/ |
D | migrate.c | 203 ext4_free_blocks(handle, inode, NULL, in free_dind_blocks() 214 ext4_free_blocks(handle, inode, NULL, le32_to_cpu(i_data), 1, in free_dind_blocks() 248 ext4_free_blocks(handle, inode, NULL, le32_to_cpu(i_data), 1, in free_tind_blocks() 265 ext4_free_blocks(handle, inode, NULL, in free_ind_block() 382 ext4_free_blocks(handle, inode, NULL, block, 1, in free_ext_idx()
|
D | indirect.c | 385 ext4_free_blocks(handle, ar->inode, NULL, new_blocks[i], in ext4_alloc_branch() 399 ext4_free_blocks(handle, ar->inode, branch[i+1].bh, in ext4_alloc_branch() 484 ext4_free_blocks(handle, ar->inode, where[i].bh, 0, 1, in ext4_splice_branch() 487 ext4_free_blocks(handle, ar->inode, NULL, le32_to_cpu(where[num].key), in ext4_splice_branch() 877 ext4_free_blocks(handle, inode, NULL, block_to_free, count, flags); in ext4_clear_blocks() 1071 ext4_free_blocks(handle, inode, NULL, nr, 1, in ext4_free_branches()
|
D | extents.c | 1241 ext4_free_blocks(handle, inode, NULL, ablocks[i], 1, in ext4_ext_split() 1830 ext4_free_blocks(handle, inode, NULL, blk, 1, in ext4_ext_try_to_merge_up() 2285 ext4_free_blocks(handle, inode, NULL, leaf, 1, in ext4_ext_rm_idx() 2454 ext4_free_blocks(handle, inode, NULL, in ext4_remove_blocks() 2480 ext4_free_blocks(handle, inode, NULL, in ext4_remove_blocks() 2498 ext4_free_blocks(handle, inode, NULL, pblk, num, flags); in ext4_remove_blocks() 2728 ext4_free_blocks(handle, inode, NULL, in ext4_ext_rm_leaf() 2997 ext4_free_blocks(handle, inode, NULL, in ext4_ext_remove_space() 4272 ext4_free_blocks(handle, inode, NULL, newblock, in ext4_ext_map_blocks()
|
D | xattr.c | 1256 ext4_free_blocks(handle, inode, bh, 0, 1, in ext4_xattr_release_block() 2069 ext4_free_blocks(handle, inode, NULL, block, 1, in ext4_xattr_block_set()
|
D | resize.c | 1890 ext4_free_blocks(handle, inode, NULL, nr, 1, in ext4_convert_meta_bg()
|
D | ext4.h | 2796 extern void ext4_free_blocks(handle_t *handle, struct inode *inode,
|
D | mballoc.c | 5263 void ext4_free_blocks(handle_t *handle, struct inode *inode, in ext4_free_blocks() function
|
/Linux-v5.10/include/trace/events/ |
D | ext4.h | 888 TRACE_EVENT(ext4_free_blocks,
|