Searched refs:file_seek (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate03.c | 109 void file_seek(off_t); 171 file_seek(BLOCKS_WRITTEN + HOLE_SIZE_IN_BLOCKS); /* create holes */ in setup() 173 file_seek(0); /* Rewind */ in setup() 194 void file_seek(off_t offset) in file_seek() function
|
/third_party/NuttX/fs/vfs/ |
D | fs_pwrite.c | 59 savepos = file_seek(filep, 0, SEEK_CUR); in file_pwrite() 69 pos = file_seek(filep, offset, SEEK_SET); in file_pwrite() 84 pos = file_seek(filep, savepos, SEEK_SET); in file_pwrite()
|
D | fs_pread.c | 59 savepos = file_seek(filep, 0, SEEK_CUR); in file_pread() 69 pos = file_seek(filep, offset, SEEK_SET); in file_pread() 84 pos = file_seek(filep, savepos, SEEK_SET); in file_pread()
|
D | fs_lseek.c | 58 off_t file_seek(struct file *filep, off_t offset, int whence) in file_seek() function 176 return file_seek(filep, offset, whence); in lseek()
|
/third_party/ffmpeg/libavformat/ |
D | file.c | 250 static int64_t file_seek(URLContext *h, int64_t pos, int whence) in file_seek() function 361 .url_seek = file_seek,
|
/third_party/NuttX/fs/vfs/include/ |
D | file.h | 407 off_t file_seek(struct file *filep, off_t offset, int whence);
|
/third_party/NuttX/ |
D | ReleaseNotes | 16227 like file_seek(), file_read(), file_write(), etc. The complete list
|