Home
last modified time | relevance | path

Searched refs:fo_seek (Results 1 – 23 of 23) sorted by relevance

/freebsd/stand/libsa/
H A Dlseek.c102 filepos = (f->f_ops->fo_seek)(f, 0, SEEK_CUR); in lseek()
137 return (f->f_ops->fo_seek)(f, offset, where); in lseek()
H A Dsplitfs.c57 .fo_seek = splitfs_seek,
H A Dgzipfs.c57 .fo_seek = zf_seek,
H A Dbzipfs.c75 .fo_seek = bzf_seek,
H A Dstand.h113 off_t (*fo_seek)(struct open_file *f, off_t offset, int where); member
H A Dcd9660.c88 .fo_seek = cd9660_seek,
H A Dpkgfs.c54 .fo_seek = pkg_seek,
H A Dtftp.c80 .fo_seek = tftp_seek,
H A Dnfs.c138 .fo_seek = nfs_seek,
H A Dufs.c100 .fo_seek = ufs_seek,
H A Dext2fs.c113 .fo_seek = ext2fs_seek,
H A Ddosfs.c68 .fo_seek = dos_seek,
/freebsd/sys/sys/
H A Dfile.h151 fo_seek_t *fo_seek; member
430 fo_seek(struct file *fp, off_t offset, int whence, struct thread *td) in fo_seek() function
433 return ((*fp->f_ops->fo_seek)(fp, offset, whence, td)); in fo_seek()
/freebsd/stand/userboot/userboot/
H A Dhost.c160 .fo_seek = host_seek,
/freebsd/stand/kboot/kboot/
H A Dhostfs.c223 .fo_seek = hostfs_seek,
/freebsd/sys/compat/linux/
H A Dlinux_socket.c2452 if ((error = fo_seek(fp, 0, SEEK_CUR, td)) != 0) in sendfile_fallback()
2465 if ((error = fo_seek(ofp, 0, SEEK_CUR, td)) != 0) in sendfile_fallback()
2515 error = fo_seek(fp, current_offset, SEEK_SET, td); in sendfile_fallback()
2518 error = fo_seek(ofp, out_offset, SEEK_SET, td); in sendfile_fallback()
2535 if ((error = fo_seek(fp, 0, SEEK_CUR, td)) != 0) in sendfile_sendfile()
2554 error = fo_seek(fp, current_offset, SEEK_SET, td); in sendfile_sendfile()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c231 rc = fo_seek(fp, *offp, whence, td); in zfs_file_seek()
/freebsd/stand/efi/libefi/
H A Defihttp.c101 .fo_seek = efihttp_fs_seek,
/freebsd/stand/libsa/zfs/
H A Dzfs.c75 .fo_seek = zfs_seek,
/freebsd/sys/kern/
H A Duipc_shm.c165 .fo_seek = shm_seek,
H A Dvfs_vnops.c121 .fo_seek = vn_seek,
H A Dvfs_syscalls.c2086 fo_seek(fp, offset, whence, td) : ESPIPE; in kern_lseek()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c2052 .fo_seek = vn_seek,