Lines Matching defs:tmp
515 struct buffer_head *tmp = *bh;
517 rc = ocfs2_read_block(INODE_CACHE(inode), xb_blkno, &tmp,
522 *bh = tmp;
1809 int low = 0, high = count - 1, tmp;
1817 tmp = (low + high) / 2;
1818 tmp_xe = &xh->xh_entries[tmp];
1821 low = tmp + 1;
1823 high = tmp - 1;
1825 low = tmp;
4163 struct ocfs2_xattr_entry *l = a, *r = b, tmp;
4165 tmp = *l;
4167 memcpy(r, &tmp, sizeof(struct ocfs2_xattr_entry));