Searched refs:ext2_free_branches (Results 1 – 1 of 1) sorted by relevance
/fs/ext2/ |
D | inode.c | 968 static void ext2_free_branches(struct inode *inode, __le32 *p, __le32 *q, int depth) in ext2_free_branches() function 991 ext2_free_branches(inode, in ext2_free_branches() 1060 ext2_free_branches(inode, &nr, &nr+1, (chain+n-1) - partial); in ext2_truncate() 1064 ext2_free_branches(inode, in ext2_truncate() 1080 ext2_free_branches(inode, &nr, &nr+1, 1); in ext2_truncate() 1087 ext2_free_branches(inode, &nr, &nr+1, 2); in ext2_truncate() 1094 ext2_free_branches(inode, &nr, &nr+1, 3); in ext2_truncate()
|