Lines Matching refs:partial2
1221 Indirect *partial, *partial2; in ext4_ind_remove_space() local
1294 partial2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1296 if (partial2 == chain2) { in ext4_ind_remove_space()
1312 partial2->p++; in ext4_ind_remove_space()
1319 while (partial2 > chain2) { in ext4_ind_remove_space()
1320 ext4_free_branches(handle, inode, partial2->bh, in ext4_ind_remove_space()
1321 (__le32 *)partial2->bh->b_data, in ext4_ind_remove_space()
1322 partial2->p, in ext4_ind_remove_space()
1323 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
1324 BUFFER_TRACE(partial2->bh, "call brelse"); in ext4_ind_remove_space()
1325 brelse(partial2->bh); in ext4_ind_remove_space()
1326 partial2--; in ext4_ind_remove_space()
1333 partial2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space()
1337 int level = min(partial - chain, partial2 - chain2); in ext4_ind_remove_space()
1373 partial2->p++; in ext4_ind_remove_space()
1376 while (partial > chain || partial2 > chain2) { in ext4_ind_remove_space()
1378 int depth2 = (chain2+n2-1) - partial2; in ext4_ind_remove_space()
1380 if (partial > chain && partial2 > chain2 && in ext4_ind_remove_space()
1381 partial->bh->b_blocknr == partial2->bh->b_blocknr) { in ext4_ind_remove_space()
1388 partial2->p, in ext4_ind_remove_space()
1392 BUFFER_TRACE(partial2->bh, "call brelse"); in ext4_ind_remove_space()
1393 brelse(partial2->bh); in ext4_ind_remove_space()
1413 if (partial2 > chain2 && depth2 <= depth) { in ext4_ind_remove_space()
1414 ext4_free_branches(handle, inode, partial2->bh, in ext4_ind_remove_space()
1415 (__le32 *)partial2->bh->b_data, in ext4_ind_remove_space()
1416 partial2->p, in ext4_ind_remove_space()
1417 (chain2+n2-1) - partial2); in ext4_ind_remove_space()
1418 BUFFER_TRACE(partial2->bh, "call brelse"); in ext4_ind_remove_space()
1419 brelse(partial2->bh); in ext4_ind_remove_space()
1420 partial2--; in ext4_ind_remove_space()