Lines Matching refs:chain2
1233 Indirect chain[4], chain2[4]; in ext4_ind_remove_space() local
1306 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1308 if (partial2 == chain2) { in ext4_ind_remove_space()
1331 while (partial2 > chain2) { in ext4_ind_remove_space()
1335 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
1343 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1347 int level = min(partial - chain, partial2 - chain2); in ext4_ind_remove_space()
1386 while (partial > chain || partial2 > chain2) { in ext4_ind_remove_space()
1388 int depth2 = (chain2+n2-1) - partial2; in ext4_ind_remove_space()
1390 if (partial > chain && partial2 > chain2 && in ext4_ind_remove_space()
1417 if (partial2 > chain2 && depth2 <= depth) { in ext4_ind_remove_space()
1421 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
1432 while (p2 && p2 > chain2) { in ext4_ind_remove_space()