| /kernel/linux/linux-5.10/fs/ocfs2/ |
| H A D | file.c | 2594 static loff_t ocfs2_file_llseek(struct file *file, loff_t offset, int whence) in ocfs2_file_llseek() argument
|
| /kernel/linux/linux-5.10/fs/nfs/ |
| H A D | dir.c | 956 static loff_t nfs_llseek_dir(struct file *filp, loff_t offset, int whence) in nfs_llseek_dir() argument
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | file.c | 3403 static bool find_desired_extent_in_hole(struct btrfs_inode *inode, int whence, in find_desired_extent_in_hole() argument 3454 static loff_t find_desired_extent(struct file *file, loff_t offset, int whence) in find_desired_extent() argument 3682 btrfs_file_llseek(struct file *file, loff_t offset, int whence) btrfs_file_llseek() argument [all...] |
| /kernel/linux/linux-6.6/fs/ceph/ |
| H A D | file.c | 2414 static loff_t ceph_llseek(struct file *file, loff_t offset, int whence) in ceph_llseek() argument
|
| /kernel/linux/linux-6.6/fs/ocfs2/ |
| H A D | file.c | 2625 static loff_t ocfs2_file_llseek(struct file *file, loff_t offset, int whence) in ocfs2_file_llseek() argument
|
| /kernel/linux/linux-6.6/fs/smb/client/ |
| H A D | cifsfs.c | 1040 static loff_t cifs_llseek(struct file *file, loff_t offset, int whence) in cifs_llseek() argument
|
| /kernel/linux/linux-6.6/fs/ |
| H A D | libfs.c | 138 loff_t dcache_dir_lseek(struct file *file, loff_t offset, int whence) in dcache_dir_lseek() argument 385 static loff_t offset_dir_llseek(struct file *file, loff_t offset, int whence) in offset_dir_llseek() argument 1618 static loff_t empty_dir_llseek(struct file *file, loff_t offset, int whence) in empty_dir_llseek() argument
|
| /kernel/linux/linux-6.6/drivers/char/xillybus/ |
| H A D | xillyusb.c | 1785 static loff_t xillyusb_llseek(struct file *filp, loff_t offset, int whence) in xillyusb_llseek() argument
|
| /kernel/linux/linux-6.6/drivers/fsi/ |
| H A D | fsi-core.c | 733 static loff_t cfam_llseek(struct file *file, loff_t offset, int whence) in cfam_llseek() argument
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
| H A D | debugfs.c | 40 loff_t hfi1_seq_lseek(struct file *file, loff_t offset, int whence) in hfi1_seq_lseek() argument
|
| /kernel/liteos_a/fs/fat/os_adapt/ |
| H A D | fatfs.c | 733 off64_t fatfs_lseek64(struct file *filep, off64_t offset, int whence) in fatfs_lseek64() argument 812 off_t fatfs_lseek(struct file *filep, off_t offset, int whence) in fatfs_lseek() argument
|
| /kernel/liteos_a/syscall/ |
| H A D | fs_syscall.c | 696 off_t SysLseek(int fd, off_t offset, int whence) in SysLseek() argument 704 off64_t SysLseek64(int fd, int offsetHigh, int offsetLow, off64_t *result, int whence) in SysLseek64() argument
|
| /kernel/linux/linux-6.6/mm/ |
| H A D | filemap.c | 3048 mapping_seek_hole_data(struct address_space *mapping, loff_t start, loff_t end, int whence) mapping_seek_hole_data() argument
|
| /kernel/linux/linux-6.6/tools/include/nolibc/ |
| H A D | sys.h | 582 off_t sys_lseek(int fd, off_t offset, int whence) in sys_lseek() argument 592 off_t lseek(int fd, off_t offset, int whence) in lseek() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | aviobuf.c | 260 int64_t avio_seek(AVIOContext *s, int64_t offset, int whence) in avio_seek() argument 81 ffio_init_context(FFIOContext *ctx, unsigned char *buffer, int buffer_size, int write_flag, void *opaque, int (*read_packet)(void *opaque, uint8_t *buf, int buf_size), int (*write_packet)(void *opaque, uint8_t *buf, int buf_size), int64_t (*seek)(void *opaque, int64_t offset, int whence)) ffio_init_context() argument 135 avio_alloc_context( unsigned char *buffer, int buffer_size, int write_flag, void *opaque, int (*read_packet)(void *opaque, uint8_t *buf, int buf_size), int (*write_packet)(void *opaque, uint8_t *buf, int buf_size), int64_t (*seek)(void *opaque, int64_t offset, int whence)) avio_alloc_context() argument 1446 dyn_buf_seek(void *opaque, int64_t offset, int whence) dyn_buf_seek() argument [all...] |
| /third_party/curl/lib/ |
| H A D | mime.c | 678 static int mime_mem_seek(void *instream, curl_off_t offset, int whence) in mime_mem_seek() argument 730 static int mime_file_seek(void *instream, curl_off_t offset, int whence) in mime_file_seek() argument 1100 static int mime_subparts_seek(void *instream, curl_off_t offset, int whence) in mime_subparts_seek() argument
|
| /third_party/node/src/ |
| H A D | node_wasi.cc | 899 uint8_t whence; in FdSeek() local
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | win32_io.c | 1282 ntfs_device_win32_seek(struct ntfs_device *dev, s64 offset, int whence) ntfs_device_win32_seek() argument
|
| /third_party/node/deps/uvwasi/src/ |
| H A D | uvwasi.c | 158 uvwasi__lseek(uv_file fd, uvwasi_filedelta_t offset, uvwasi_whence_t whence, uvwasi_filesize_t* newoffset) uvwasi__lseek() argument 1511 uvwasi_fd_seek(uvwasi_t* uvwasi, uvwasi_fd_t fd, uvwasi_filedelta_t offset, uvwasi_whence_t whence, uvwasi_filesize_t* newoffset) uvwasi_fd_seek() argument
|
| /third_party/python/Modules/_io/ |
| H A D | bufferedio.c | 675 _buffered_raw_seek(buffered *self, Py_off_t target, int whence) in _buffered_raw_seek() argument 1201 _io__Buffered_seek_impl(buffered *self, PyObject *targetobj, int whence) in _io__Buffered_seek_impl() argument [all...] |
| H A D | textio.c | 2423 _io_TextIOWrapper_seek_impl(textio *self, PyObject *cookieObj, int whence) in _io_TextIOWrapper_seek_impl() argument
|
| /third_party/toybox/porting/liteos_a/toys/posix/ |
| H A D | ps.c | 1322 long long whence; in top_common() member
|
| /third_party/toybox/toys/posix/ |
| H A D | ps.c | 1465 long long whence; in top_common() member
|
| /kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
| H A D | lpfc_debugfs.c | 2532 lpfc_debugfs_lseek(struct file *file, loff_t off, int whence) in lpfc_debugfs_lseek() argument
|
| /kernel/linux/linux-5.10/tools/include/nolibc/ |
| H A D | nolibc.h | 1587 off_t sys_lseek(int fd, off_t offset, int whence) in sys_lseek() argument 1999 off_t lseek(int fd, off_t offset, int whence) in lseek() argument
|