Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dinode.c446 ext2_free_blocks(inode, new_blocks[i], 1); in ext2_alloc_blocks()
544 ext2_free_blocks(inode, new_blocks[i], 1); in ext2_alloc_branch()
545 ext2_free_blocks(inode, new_blocks[i], num); in ext2_alloc_branch()
1102 ext2_free_blocks (inode, block_to_free, count); in ext2_free_data()
1111 ext2_free_blocks (inode, block_to_free, count); in ext2_free_data()
1155 ext2_free_blocks(inode, nr, 1); in ext2_free_branches()
H A Dxattr.c683 ext2_free_blocks(inode, bh->b_blocknr, 1); in ext2_xattr_release_block()
755 ext2_free_blocks(inode, block, 1); in ext2_xattr_set2()
H A Dext2.h708 extern void ext2_free_blocks(struct inode *, ext2_fsblk_t, unsigned long);
H A Dballoc.c475 void ext2_free_blocks(struct inode * inode, ext2_fsblk_t block, in ext2_free_blocks() function
/openbmc/linux/Documentation/filesystems/
H A Dext2.rst263 backups used to live, and ext2_free_blocks() refuses to free these blocks,