Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ext2/
Dext2.h89 extern void ext2_free_blocks (struct inode *, unsigned long,
Dxattr.c668 ext2_free_blocks(inode, block, 1); in ext2_xattr_set2()
724 ext2_free_blocks(inode, old_bh->b_blocknr, 1); in ext2_xattr_set2()
785 ext2_free_blocks(inode, EXT2_I(inode)->i_file_acl, 1); in ext2_xattr_delete_inode()
Dinode.c441 ext2_free_blocks(inode, new_blocks[i], 1); in ext2_alloc_blocks()
1012 ext2_free_blocks (inode, block_to_free, count); in ext2_free_data()
1021 ext2_free_blocks (inode, block_to_free, count); in ext2_free_data()
1065 ext2_free_blocks(inode, nr, 1); in ext2_free_branches()
Dballoc.c487 void ext2_free_blocks (struct inode * inode, unsigned long block, in ext2_free_blocks() function
/linux-2.6.39/Documentation/filesystems/
Dext2.txt255 backups used to live, and ext2_free_blocks() refuses to free these blocks,