Lines Matching refs:partial2
1323 Indirect *partial, *partial2; in ext4_ind_remove_space() local
1396 partial2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1398 if (partial2 == chain2) { in ext4_ind_remove_space()
1414 partial2->p++; in ext4_ind_remove_space()
1421 while (partial2 > chain2) { in ext4_ind_remove_space()
1422 ext4_free_branches(handle, inode, partial2->bh, in ext4_ind_remove_space()
1423 (__le32 *)partial2->bh->b_data, in ext4_ind_remove_space()
1424 partial2->p, in ext4_ind_remove_space()
1425 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
1426 BUFFER_TRACE(partial2->bh, "call brelse"); in ext4_ind_remove_space()
1427 brelse(partial2->bh); in ext4_ind_remove_space()
1428 partial2--; in ext4_ind_remove_space()
1435 partial2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1439 int level = min(partial - chain, partial2 - chain2); in ext4_ind_remove_space()
1475 partial2->p++; in ext4_ind_remove_space()
1478 while (partial > chain || partial2 > chain2) { in ext4_ind_remove_space()
1480 int depth2 = (chain2+n2-1) - partial2; in ext4_ind_remove_space()
1482 if (partial > chain && partial2 > chain2 && in ext4_ind_remove_space()
1483 partial->bh->b_blocknr == partial2->bh->b_blocknr) { in ext4_ind_remove_space()
1490 partial2->p, in ext4_ind_remove_space()
1494 BUFFER_TRACE(partial2->bh, "call brelse"); in ext4_ind_remove_space()
1495 brelse(partial2->bh); in ext4_ind_remove_space()
1515 if (partial2 > chain2 && depth2 <= depth) { in ext4_ind_remove_space()
1516 ext4_free_branches(handle, inode, partial2->bh, in ext4_ind_remove_space()
1517 (__le32 *)partial2->bh->b_data, in ext4_ind_remove_space()
1518 partial2->p, in ext4_ind_remove_space()
1519 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
1520 BUFFER_TRACE(partial2->bh, "call brelse"); in ext4_ind_remove_space()
1521 brelse(partial2->bh); in ext4_ind_remove_space()
1522 partial2--; in ext4_ind_remove_space()