Searched refs:Woffset (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/fs/doio/ |
D | growfiles.c | 236 off_t Woffset = 0; /* offset before last write */ variable 2021 Woffset = fsize; in growfile() 2025 Progname, Pid, __FILE__, __LINE__, (long)Woffset); in growfile() 2086 Woffset = stbuf.st_size; in growfile() 2134 if ((Woffset = lseek(fd, noffset, SEEK_SET)) == -1) { in growfile() 2145 (long)Woffset, (int)stbuf.st_size); in growfile() 2153 if ((Woffset = lseek(fd, 0, SEEK_END)) == -1) { in growfile() 2163 (long)Woffset); in growfile() 2167 datapidgen(STATIC_NUM, buf, grow_incr, Woffset); in growfile() 2169 datapidgen(Pid, buf, grow_incr, Woffset); in growfile() [all …]
|