| /OK3568_Linux_fs/kernel/fs/iomap/ |
| H A D | seek.c | 19 int whence) in page_seek_hole_data() argument 23 bool seek_data = whence == SEEK_DATA; in page_seek_hole_data() 34 if (whence == SEEK_HOLE) in page_seek_hole_data() 75 int whence) in page_cache_seek_hole_data() argument 98 if (page_seek_hole_data(inode, page, &lastoff, whence)) in page_cache_seek_hole_data() 106 if (whence != SEEK_HOLE) in page_cache_seek_hole_data()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | read_write.c | 86 generic_file_llseek_size(struct file *file, loff_t offset, int whence, in generic_file_llseek_size() argument 89 switch (whence) { in generic_file_llseek_size() 144 loff_t generic_file_llseek(struct file *file, loff_t offset, int whence) in generic_file_llseek() argument 148 return generic_file_llseek_size(file, offset, whence, in generic_file_llseek() 162 loff_t fixed_size_llseek(struct file *file, loff_t offset, int whence, loff_t size) in fixed_size_llseek() argument 164 switch (whence) { in fixed_size_llseek() 166 return generic_file_llseek_size(file, offset, whence, in fixed_size_llseek() 181 loff_t no_seek_end_llseek(struct file *file, loff_t offset, int whence) in no_seek_end_llseek() argument 183 switch (whence) { in no_seek_end_llseek() 185 return generic_file_llseek_size(file, offset, whence, in no_seek_end_llseek() [all …]
|
| /OK3568_Linux_fs/buildroot/package/qemu/ |
| H A D | 0003-block-export-fuse.c-fix-fuse-lseek-on-uclibc-or-musl.patch | 11 641 | if (whence != SEEK_HOLE && whence != SEEK_DATA) { 15 641 | if (whence != SEEK_HOLE && whence != SEEK_DATA) {
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/ |
| H A D | browser.h | 30 void (*seek)(struct ui_browser *browser, off_t offset, int whence); 76 void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence); 79 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence); 82 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence);
|
| H A D | browser.c | 103 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__list_head_seek() argument 111 switch (whence) { in ui_browser__list_head_seek() 138 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__rb_tree_seek() argument 143 switch (whence) { in ui_browser__rb_tree_seek() 608 void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__argv_seek() argument 610 switch (whence) { in ui_browser__argv_seek()
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/cpu/ |
| H A D | os.c | 53 off_t os_lseek(int fd, off_t offset, int whence) in os_lseek() argument 55 if (whence == OS_SEEK_SET) in os_lseek() 56 whence = SEEK_SET; in os_lseek() 57 else if (whence == OS_SEEK_CUR) in os_lseek() 58 whence = SEEK_CUR; in os_lseek() 59 else if (whence == OS_SEEK_END) in os_lseek() 60 whence = SEEK_END; in os_lseek() 63 return lseek(fd, offset, whence); in os_lseek()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | proc_powerpc.c | 19 static loff_t page_map_seek(struct file *file, loff_t off, int whence) in page_map_seek() argument 21 return fixed_size_llseek(file, off, whence, PAGE_SIZE); in page_map_seek()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/inc/ |
| H A D | rc_data.h | 55 RcData rc_data_index_type(DataGroup grp, RK_S32 type, RK_S32 whence, RK_S32 offset); 56 RcData rc_data_index_tid(DataGroup grp, RK_S32 tid, RK_S32 whence, RK_S32 offset);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/ |
| H A D | 0001-Add-missing-prototypes-to-function-declarations.patch | 114 @@ -389,9 +389,9 @@ OFF_T do_lseek(int fd, OFF_T offset, int whence) 119 + OFF_T lseek64(int fd, OFF_T offset, int whence); 122 + off64_t lseek64(int fd, off64_t offset, int whence); 124 return lseek64(fd, offset, whence);
|
| /OK3568_Linux_fs/kernel/drivers/pnp/isapnp/ |
| H A D | proc.c | 17 static loff_t isapnp_proc_bus_lseek(struct file *file, loff_t off, int whence) in isapnp_proc_bus_lseek() argument 19 return fixed_size_llseek(file, off, whence, 256); in isapnp_proc_bus_lseek()
|
| /OK3568_Linux_fs/app/lvgl_demo/lvgl/ |
| H A D | lv_port_file.c | 86 static lv_fs_res_t fs_seek(lv_fs_drv_t *drv, void *file_p, uint32_t pos, lv_fs_whence_t whence) in fs_seek() argument 91 fseek(file_p, pos, whence); in fs_seek()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/platforms/iss/include/platform/ |
| H A D | simcall.h | 119 static inline int simc_lseek(int fd, uint32_t off, int whence) in simc_lseek() argument 121 return __simc(SYS_lseek, fd, off, whence); in simc_lseek()
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | dir.c | 24 static loff_t hpfs_dir_lseek(struct file *filp, loff_t off, int whence) in hpfs_dir_lseek() argument 26 loff_t new_off = off + (whence == 1 ? filp->f_pos : 0); in hpfs_dir_lseek() 34 if (whence == SEEK_DATA || whence == SEEK_HOLE) in hpfs_dir_lseek()
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | hmcdrv_dev.c | 58 static loff_t hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence); 160 static loff_t hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence) in hmcdrv_dev_seek() argument 162 switch (whence) { in hmcdrv_dev_seek()
|
| /OK3568_Linux_fs/kernel/drivers/zorro/ |
| H A D | proc.c | 25 proc_bus_zorro_lseek(struct file *file, loff_t off, int whence) in proc_bus_zorro_lseek() argument 27 return fixed_size_llseek(file, off, whence, sizeof(struct ConfigDev)); in proc_bus_zorro_lseek()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4file.c | 208 static loff_t nfs4_file_llseek(struct file *filep, loff_t offset, int whence) in nfs4_file_llseek() argument 212 switch (whence) { in nfs4_file_llseek() 215 ret = nfs42_proc_llseek(filep, offset, whence); in nfs4_file_llseek() 220 return nfs_file_llseek(filep, offset, whence); in nfs4_file_llseek()
|
| H A D | file.c | 115 loff_t nfs_file_llseek(struct file *filp, loff_t offset, int whence) in nfs_file_llseek() argument 118 filp, offset, whence); in nfs_file_llseek() 124 if (whence != SEEK_SET && whence != SEEK_CUR) { in nfs_file_llseek() 132 return generic_file_llseek(filp, offset, whence); in nfs_file_llseek()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | extent_map.c | 864 int ocfs2_seek_data_hole_offset(struct file *file, loff_t *offset, int whence) in ocfs2_seek_data_hole_offset() argument 875 BUG_ON(whence != SEEK_DATA && whence != SEEK_HOLE); in ocfs2_seek_data_hole_offset() 891 if (whence == SEEK_HOLE) in ocfs2_seek_data_hole_offset() 920 if ((!is_data && whence == SEEK_HOLE) || in ocfs2_seek_data_hole_offset() 921 (is_data && whence == SEEK_DATA)) { in ocfs2_seek_data_hole_offset() 931 if (whence == SEEK_HOLE) { in ocfs2_seek_data_hole_offset()
|
| /OK3568_Linux_fs/kernel/fs/orangefs/ |
| H A D | dir.c | 283 int whence) in orangefs_dir_llseek() argument 290 if (!whence && offset < od->end) { in orangefs_dir_llseek() 301 return default_llseek(file, offset, whence); in orangefs_dir_llseek()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | adi.c | 177 static loff_t adi_llseek(struct file *file, loff_t offset, int whence) in adi_llseek() argument 181 switch (whence) { in adi_llseek()
|
| H A D | powernv-op-panel.c | 38 static loff_t oppanel_llseek(struct file *filp, loff_t offset, int whence) in oppanel_llseek() argument 40 return fixed_size_llseek(filp, offset, whence, oppanel_size); in oppanel_llseek()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/llvm/llvm/ |
| H A D | 0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch | 32 /// int fseeko(FILE *stream, off_t offset, int whence); 38 /// int fseeko64(FILE *stream, off64_t offset, int whence)
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch | 30 /// int fseeko(FILE *stream, off_t offset, int whence); 36 /// int fseeko64(FILE *stream, off64_t offset, int whence)
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | inode.c | 276 static loff_t pde_lseek(struct proc_dir_entry *pde, struct file *file, loff_t offset, int whence) in pde_lseek() argument 283 return lseek(file, offset, whence); in pde_lseek() 286 static loff_t proc_reg_llseek(struct file *file, loff_t offset, int whence) in proc_reg_llseek() argument 292 return pde_lseek(pde, file, offset, whence); in proc_reg_llseek() 294 rv = pde_lseek(pde, file, offset, whence); in proc_reg_llseek()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | opus.c | 56 static int callback_seek(void* ft_data, opus_int64 off, int whence) in callback_seek() argument 59 int ret = ft->seekable ? lsx_seeki(ft, (off_t)off, whence) : -1; in callback_seek()
|