Searched refs:ext2_free_branches (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/ext2/ |
D | inode.c | 766 static void ext2_free_branches(struct inode *inode, u32 *p, u32 *q, int depth) in ext2_free_branches() function 789 ext2_free_branches(inode, in ext2_free_branches() 846 ext2_free_branches(inode, &nr, &nr+1, (chain+n-1) - partial); in ext2_truncate() 850 ext2_free_branches(inode, in ext2_truncate() 866 ext2_free_branches(inode, &nr, &nr+1, 1); in ext2_truncate() 873 ext2_free_branches(inode, &nr, &nr+1, 2); in ext2_truncate() 880 ext2_free_branches(inode, &nr, &nr+1, 3); in ext2_truncate()
|