Home
last modified time | relevance | path

Searched defs:whence (Results 251 - 275 of 307) sorted by relevance

1...<<111213

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dfile.c2594 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 Ddir.c956 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 Dfile.c3403 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 Dfile.c2414 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 Dfile.c2625 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 Dcifsfs.c1040 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 Dlibfs.c138 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 Dxillyusb.c1785 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 Dfsi-core.c733 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 Ddebugfs.c40 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 Dfatfs.c733 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 Dfs_syscall.c696 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 Dfilemap.c3048 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 Dsys.h582 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 Daviobuf.c260 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 Dmime.c678 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 Dnode_wasi.cc899 uint8_t whence; in FdSeek() local
/third_party/ntfs-3g/libntfs-3g/
H A Dwin32_io.c1282 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 Duvwasi.c158 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 Dbufferedio.c675 _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 Dtextio.c2423 _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 Dps.c1322 long long whence; in top_common() member
/third_party/toybox/toys/posix/
H A Dps.c1465 long long whence; in top_common() member
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c2532 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 Dnolibc.h1587 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

Completed in 72 milliseconds

1...<<111213