Lines Matching refs:off_tmp
1959 off_t off_tmp = 0; in growfile() local
2219 off_tmp = Woffset + grow_incr; in growfile()
2221 if ((off_tmp = lseek(fd, 0, SEEK_CUR)) < 0) { /* get offset after the write */ in growfile()
2238 if (off_tmp != Woffset + grow_incr) { in growfile()
2246 (int64_t) off_tmp, in growfile()
2250 off_tmp = Woffset + grow_incr; in growfile()
2256 *curr_size_ptr = off_tmp; /* BUG:14136 */ in growfile()
2275 if (off_tmp != Woffset + grow_incr) { in growfile()
2289 __LINE__, (long)off_tmp, (long)Woffset, in growfile()
2296 Iter_cnt, (long)(off_tmp - grow_incr)); in growfile()
2303 (long)off_tmp, grow_incr, (long)Woffset); in growfile()
2305 Woffset = off_tmp - grow_incr; in growfile()