Home
last modified time | relevance | path

Searched refs:off_tmp (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c1946 off_t off_tmp = 0; in growfile() local
2206 off_tmp = Woffset + grow_incr; in growfile()
2208 if ((off_tmp = lseek(fd, 0, SEEK_CUR)) < 0) { /* get offset after the write */ in growfile()
2225 if (off_tmp != Woffset + grow_incr) { in growfile()
2233 (int64_t) off_tmp, in growfile()
2237 off_tmp = Woffset + grow_incr; in growfile()
2243 *curr_size_ptr = off_tmp; /* BUG:14136 */ in growfile()
2262 if (off_tmp != Woffset + grow_incr) { in growfile()
2276 __LINE__, (long)off_tmp, (long)Woffset, in growfile()
2283 Iter_cnt, (long)(off_tmp - grow_incr)); in growfile()
[all …]