Searched refs:off_tmp (Results 1 – 1 of 1) sorted by relevance
1959 off_t off_tmp = 0; in growfile() local2219 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()[all …]