Lines Matching refs:chain2
1226 Indirect chain[4], chain2[4]; in ext4_ind_remove_space() local
1299 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1301 if (partial2 == chain2) { in ext4_ind_remove_space()
1324 while (partial2 > chain2) { in ext4_ind_remove_space()
1328 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
1336 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1340 int level = min(partial - chain, partial2 - chain2); in ext4_ind_remove_space()
1379 while (partial > chain || partial2 > chain2) { in ext4_ind_remove_space()
1381 int depth2 = (chain2+n2-1) - partial2; in ext4_ind_remove_space()
1383 if (partial > chain && partial2 > chain2 && in ext4_ind_remove_space()
1410 if (partial2 > chain2 && depth2 <= depth) { in ext4_ind_remove_space()
1414 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
1425 while (p2 && p2 > chain2) { in ext4_ind_remove_space()