| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzlib.c | 369 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument 372 int whence; 390 if (whence != SEEK_SET && whence != SEEK_CUR) 394 if (whence == SEEK_SET) 446 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument 449 int whence; 453 ret = gzseek64(file, (z_off64_t)offset, whence);
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzlib.c | 369 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument 372 int whence; 390 if (whence != SEEK_SET && whence != SEEK_CUR) 394 if (whence == SEEK_SET) 446 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument 449 int whence; 453 ret = gzseek64(file, (z_off64_t)offset, whence);
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_file_os.c | 245 zfs_file_seek(zfs_file_t *fp, loff_t *offp, int whence) in zfs_file_seek() argument 252 rc = vfs_llseek(fp, *offp, whence); in zfs_file_seek()
|
| H A D | zpl_file.c | 498 zpl_llseek(struct file *filp, loff_t offset, int whence) in zpl_llseek() argument 503 if (whence == SEEK_DATA || whence == SEEK_HOLE) { in zpl_llseek() 510 error = -zfs_holey(ITOZ(ip), whence, &offset); in zpl_llseek() 520 return (generic_file_llseek(filp, offset, whence)); in zpl_llseek()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_file.h | 51 int zfs_file_seek(zfs_file_t *fp, loff_t *offp, int whence);
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_file_os.c | 187 zfs_file_seek(zfs_file_t *fp, loff_t *offp, int whence) in zfs_file_seek() argument 195 rc = fo_seek(fp, *offp, whence, td); in zfs_file_seek()
|
| /f-stack/freebsd/sys/ |
| H A D | file.h | 120 typedef int fo_seek_t(struct file *fp, off_t offset, int whence, 414 fo_seek(struct file *fp, off_t offset, int whence, struct thread *td) in fo_seek() argument 417 return ((*fp->f_ops->fo_seek)(fp, offset, whence, td)); in fo_seek()
|
| H A D | syscallsubr.h | 189 int kern_lseek(struct thread *td, int fd, off_t offset, int whence);
|
| H A D | sysproto.h | 1369 char whence_l_[PADL_(int)]; int whence; char whence_r_[PADR_(int)]; member 2254 char whence_l_[PADL_(int)]; int whence; char whence_r_[PADR_(int)]; member 2512 char whence_l_[PADL_(int)]; int whence; char whence_r_[PADR_(int)]; member
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 1279 zfs_file_seek(zfs_file_t *fp, loff_t *offp, int whence) in zfs_file_seek() argument 1283 rc = lseek(fp->f_fd, *offp, whence); in zfs_file_seek()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_syscalls.c | 1952 int whence; member 1959 return (kern_lseek(td, uap->fd, uap->offset, uap->whence)); in sys_lseek() 1963 kern_lseek(struct thread *td, int fd, off_t offset, int whence) in kern_lseek() argument 1973 fo_seek(fp, offset, whence, td) : ESPIPE; in kern_lseek() 1986 int whence; member 1993 return (kern_lseek(td, uap->fd, uap->offset, uap->whence)); in olseek() 2003 return (kern_lseek(td, uap->fd, uap->offset, uap->whence)); in freebsd6_lseek()
|
| H A D | uipc_shm.c | 344 shm_seek(struct file *fp, off_t offset, int whence, struct thread *td) in shm_seek() argument 353 switch (whence) { in shm_seek()
|
| H A D | vfs_vnops.c | 2403 vn_seek(struct file *fp, off_t offset, int whence, struct thread *td) in vn_seek() argument 2416 switch (whence) { in vn_seek()
|
| H A D | systrace_args.c | 2549 iarg[2] = p->whence; /* int */ in systrace_args()
|
| /f-stack/freebsd/arm/linux/ |
| H A D | linux_systrace_args.c | 131 iarg[2] = p->whence; /* l_int */ in systrace_args() 771 iarg[4] = p->whence; /* l_uint */ in systrace_args()
|
| H A D | linux_proto.h | 85 char whence_l_[PADL_(l_int)]; l_int whence; char whence_r_[PADR_(l_int)]; member 352 char whence_l_[PADL_(l_uint)]; l_uint whence; char whence_r_[PADR_(l_uint)]; member
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_systrace_args.c | 155 iarg[2] = p->whence; /* l_int */ in systrace_args() 928 iarg[4] = p->whence; /* l_uint */ in systrace_args()
|
| H A D | linux32_proto.h | 97 char whence_l_[PADL_(l_int)]; l_int whence; char whence_r_[PADR_(l_int)]; member 437 char whence_l_[PADL_(l_uint)]; l_uint whence; char whence_r_[PADR_(l_uint)]; member
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_systrace_args.c | 155 iarg[2] = p->whence; /* l_int */ in systrace_args() 966 iarg[4] = p->whence; /* l_uint */ in systrace_args()
|
| H A D | linux_proto.h | 97 char whence_l_[PADL_(l_int)]; l_int whence; char whence_r_[PADR_(l_int)]; member 445 char whence_l_[PADL_(l_uint)]; l_uint whence; char whence_r_[PADR_(l_uint)]; member
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_systrace_args.c | 475 iarg[2] = p->whence; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 269 char whence_l_[PADL_(l_int)]; l_int whence; char whence_r_[PADR_(l_int)]; member
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_systrace_args.c | 87 iarg[2] = p->whence; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 58 char whence_l_[PADL_(l_int)]; l_int whence; char whence_r_[PADR_(l_int)]; member
|