Searched refs:ext2_free_blocks (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/ext2/ |
D | inode.c | 445 ext2_free_blocks(inode, new_blocks[i], 1); in ext2_alloc_blocks() 541 ext2_free_blocks(inode, new_blocks[i], 1); in ext2_alloc_branch() 542 ext2_free_blocks(inode, new_blocks[i], num); in ext2_alloc_branch() 1117 ext2_free_blocks (inode, block_to_free, count); in ext2_free_data() 1126 ext2_free_blocks (inode, block_to_free, count); in ext2_free_data() 1170 ext2_free_blocks(inode, nr, 1); in ext2_free_branches()
|
D | xattr.c | 673 ext2_free_blocks(inode, block, 1); in ext2_xattr_set2() 731 ext2_free_blocks(inode, old_bh->b_blocknr, 1); in ext2_xattr_set2() 803 ext2_free_blocks(inode, EXT2_I(inode)->i_file_acl, 1); in ext2_xattr_delete_inode()
|
D | ext2.h | 747 extern void ext2_free_blocks (struct inode *, unsigned long,
|
D | balloc.c | 478 void ext2_free_blocks (struct inode * inode, unsigned long block, in ext2_free_blocks() function
|
/Linux-v4.19/Documentation/filesystems/ |
D | ext2.txt | 254 backups used to live, and ext2_free_blocks() refuses to free these blocks,
|