Lines Matching defs:tmp
521 struct buffer_head *tmp = *bh;
523 rc = ocfs2_read_block(INODE_CACHE(inode), xb_blkno, &tmp,
528 *bh = tmp;
1815 int low = 0, high = count - 1, tmp;
1823 tmp = (low + high) / 2;
1824 tmp_xe = &xh->xh_entries[tmp];
1827 low = tmp + 1;
1829 high = tmp - 1;
1831 low = tmp;
4169 struct ocfs2_xattr_entry *l = a, *r = b, tmp;
4171 tmp = *l;
4173 memcpy(r, &tmp, sizeof(struct ocfs2_xattr_entry));