Searched refs:ext3_free_blocks (Results 1 – 4 of 4) sorted by relevance
/fs/ext3/ |
D | inode.c | 622 ext3_free_blocks(handle, inode, new_blocks[i], 1); in ext3_alloc_blocks() 727 ext3_free_blocks(handle, inode, new_blocks[i], 1); in ext3_alloc_branch() 729 ext3_free_blocks(handle, inode, new_blocks[i], num); in ext3_alloc_branch() 831 ext3_free_blocks(handle,inode,le32_to_cpu(where[i-1].key),1); in ext3_splice_branch() 833 ext3_free_blocks(handle, inode, le32_to_cpu(where[num].key), blks); in ext3_splice_branch() 2279 ext3_free_blocks(handle, inode, block_to_free, count); in ext3_clear_blocks() 2470 ext3_free_blocks(handle, inode, nr, 1); in ext3_free_branches()
|
D | xattr.c | 490 ext3_free_blocks(handle, inode, bh->b_blocknr, 1); in ext3_xattr_release_block() 818 ext3_free_blocks(handle, inode, block, 1); in ext3_xattr_block_set()
|
D | ext3.h | 997 extern void ext3_free_blocks (handle_t *handle, struct inode *inode,
|
D | balloc.c | 680 void ext3_free_blocks(handle_t *handle, struct inode *inode, in ext3_free_blocks() function
|