Home
last modified time | relevance | path

Searched refs:ext3_free_blocks (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/ext3/
Dinode.c622 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()
2238 ext3_free_blocks(handle, inode, block_to_free, count); in ext3_clear_blocks()
2429 ext3_free_blocks(handle, inode, nr, 1); in ext3_free_branches()
Dxattr.c490 ext3_free_blocks(handle, inode, bh->b_blocknr, 1); in ext3_xattr_release_block()
817 ext3_free_blocks(handle, inode, block, 1); in ext3_xattr_block_set()
Dext3.h1003 extern void ext3_free_blocks (handle_t *handle, struct inode *inode,
Dballoc.c680 void ext3_free_blocks(handle_t *handle, struct inode *inode, in ext3_free_blocks() function
/linux-4.1.27/include/trace/events/
Dext3.h399 TRACE_EVENT(ext3_free_blocks,