Lines Matching refs:partial2
1325 Indirect *partial, *partial2; in ext4_ind_remove_space() local
1398 partial2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1400 if (partial2 == chain2) { in ext4_ind_remove_space()
1416 partial2->p++; in ext4_ind_remove_space()
1423 while (partial2 > chain2) { in ext4_ind_remove_space()
1424 ext4_free_branches(handle, inode, partial2->bh, in ext4_ind_remove_space()
1425 (__le32 *)partial2->bh->b_data, in ext4_ind_remove_space()
1426 partial2->p, in ext4_ind_remove_space()
1427 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
1428 BUFFER_TRACE(partial2->bh, "call brelse"); in ext4_ind_remove_space()
1429 brelse(partial2->bh); in ext4_ind_remove_space()
1430 partial2--; in ext4_ind_remove_space()
1437 partial2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1441 int level = min(partial - chain, partial2 - chain2); in ext4_ind_remove_space()
1477 partial2->p++; in ext4_ind_remove_space()
1480 while (partial > chain || partial2 > chain2) { in ext4_ind_remove_space()
1482 int depth2 = (chain2+n2-1) - partial2; in ext4_ind_remove_space()
1484 if (partial > chain && partial2 > chain2 && in ext4_ind_remove_space()
1485 partial->bh->b_blocknr == partial2->bh->b_blocknr) { in ext4_ind_remove_space()
1492 partial2->p, in ext4_ind_remove_space()
1496 BUFFER_TRACE(partial2->bh, "call brelse"); in ext4_ind_remove_space()
1497 brelse(partial2->bh); in ext4_ind_remove_space()
1517 if (partial2 > chain2 && depth2 <= depth) { in ext4_ind_remove_space()
1518 ext4_free_branches(handle, inode, partial2->bh, in ext4_ind_remove_space()
1519 (__le32 *)partial2->bh->b_data, in ext4_ind_remove_space()
1520 partial2->p, in ext4_ind_remove_space()
1521 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
1522 BUFFER_TRACE(partial2->bh, "call brelse"); in ext4_ind_remove_space()
1523 brelse(partial2->bh); in ext4_ind_remove_space()
1524 partial2--; in ext4_ind_remove_space()