Lines Matching defs:other
748 static int close_blocks(u64 blocknr, u64 other, u32 blocksize)
750 if (blocknr < other && other - (blocknr + blocksize) < 32768)
752 if (blocknr > other && blocknr - (other + blocksize) < 32768)
822 u64 other;
868 other = btrfs_node_blockptr(parent, i - 1);
869 close = close_blocks(blocknr, other, blocksize);
872 other = btrfs_node_blockptr(parent, i + 1);
873 close = close_blocks(blocknr, other, blocksize);
1611 * Helper function for btrfs_search_slot() and other functions that do a search
1981 * write lock on the parent, and any other upper nodes, before doing the
1982 * binary search on the leaf (with search_for_key_slot()), allowing other
1983 * tasks to lock the parent and any other upper nodes.
2034 * and possibly of other upper nodes too.
3121 * race with other tree_mod_log users.
3365 * returns 1 if the push failed because the other node didn't have enough
4310 * Before anything else, update keys in the parent and other ancestors
4311 * if needed, then release the write locks on them, so that other tasks
4652 * items, or items from other leaves might be moved later into our