Searched refs:ext2_free_branches (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dinode.c1025 * ext2_free_branches - free an array of branches
1035 static void ext2_free_branches(struct inode *inode, __le32 *p, __le32 *q, int depth) function
1053 ext2_error(inode->i_sb, "ext2_free_branches",
1058 ext2_free_branches(inode,
1108 ext2_free_branches(inode, &nr, &nr+1, (chain+n-1) - partial);
1112 ext2_free_branches(inode,
1128 ext2_free_branches(inode, &nr, &nr+1, 1);
1135 ext2_free_branches(inode, &nr, &nr+1, 2);
1142 ext2_free_branches(inode, &nr, &nr+1, 3);

Completed in 62 milliseconds