Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c282 off_t size_by_seek = lseek(fd, (off_t) 0, SEEK_END); in save_buffer() local
283 if (size_by_seek == (off_t) - 1) in save_buffer()
285 else if (bufferlength > size_by_seek) { in save_buffer()
288 (unsigned long long)size_by_seek, in save_buffer()
290 bufferlength = size_by_seek; in save_buffer()
475 off_t size_by_seek; in check_size() local
482 size_by_seek = lseek(fd, (off_t) 0, SEEK_END); in check_size()
483 if (file_size != statbuf.st_size || file_size != size_by_seek) { in check_size()
487 (unsigned long long)size_by_seek); in check_size()