Lines Matching defs:other
361 * block for all other operations.
1534 static int close_blocks(u64 blocknr, u64 other, u32 blocksize)
1536 if (blocknr < other && other - (blocknr + blocksize) < 32768)
1538 if (blocknr > other && blocknr - (other + blocksize) < 32768)
1609 u64 other;
1650 other = btrfs_node_blockptr(parent, i - 1);
1651 close = close_blocks(blocknr, other, blocksize);
1654 other = btrfs_node_blockptr(parent, i + 1);
1655 close = close_blocks(blocknr, other, blocksize);
3563 * other tree_mod_log users.
3817 * returns 1 if the push failed because the other node didn't have enough