Lines Matching refs:chain2
1217 Indirect chain[4], chain2[4]; in ext4_ind_remove_space() local
1290 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1292 if (partial2 == chain2) { in ext4_ind_remove_space()
1315 while (partial2 > chain2) { in ext4_ind_remove_space()
1319 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
1327 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1331 int level = min(partial - chain, partial2 - chain2); in ext4_ind_remove_space()
1370 while (partial > chain || partial2 > chain2) { in ext4_ind_remove_space()
1372 int depth2 = (chain2+n2-1) - partial2; in ext4_ind_remove_space()
1374 if (partial > chain && partial2 > chain2 && in ext4_ind_remove_space()
1401 if (partial2 > chain2 && depth2 <= depth) { in ext4_ind_remove_space()
1405 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
1416 while (p2 && p2 > chain2) { in ext4_ind_remove_space()