Searched refs:last_offset (Results 1 – 2 of 2) sorted by relevance
47 off64_t last_offset = -1; in __getdents() local96 if (last_offset != -1) in __getdents()98 __lseek64 (fd, last_offset, SEEK_SET); in __getdents()104 last_offset = d_off; in __getdents()
82 off64_t last_offset = -1; in __getdents64() local105 if (last_offset == -1) in __getdents64()113 __lseek64 (fd, last_offset, SEEK_SET); in __getdents64()129 last_offset = kdirent.d_off; in __getdents64()
Completed in 4 milliseconds