OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fo_seek
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/kern/
sys_generic.c
213
* safely dereference it for the call to
fo_seek
217
if (fp->f_ops->
fo_seek
== NULL) {
221
error = (*fp->f_ops->
fo_seek
)(fp, *offset, SEEK_SET, NULL,
415
* safely dereference it for the call to
fo_seek
419
if (fp->f_ops->
fo_seek
== NULL) {
423
error = (*fp->f_ops->
fo_seek
)(fp, *offset, SEEK_SET, NULL,
sys_memfd.c
78
.
fo_seek
= memfd_seek,
vfs_syscalls.c
3009
if (fp->f_ops->
fo_seek
== NULL) {
3014
error = (*fp->f_ops->
fo_seek
)(fp, SCARG(uap, offset),
3045
if (fp->f_ops->
fo_seek
== NULL) {
3051
error = (*fp->f_ops->
fo_seek
)(fp, offset, SEEK_SET, &offset, 0);
3108
if (fp->f_ops->
fo_seek
== NULL) {
3114
error = (*fp->f_ops->
fo_seek
)(fp, offset, SEEK_SET, &offset, 0);
kern_ksyms.c
1614
.
fo_seek
= ksymsseek,
vfs_vnops.c
140
.
fo_seek
= vn_seek,
/src/sys/sys/
file.h
100
int (*
fo_seek
) (struct file *, off_t, int, off_t *, int);
member in struct:fileops
/src/sys/compat/netbsd32/
netbsd32_fs.c
663
if (fp->f_ops->
fo_seek
== NULL) {
669
error = (*fp->f_ops->
fo_seek
)(fp, offset, SEEK_SET, &offset, 0);
703
if (fp->f_ops->
fo_seek
== NULL) {
709
error = (*fp->f_ops->
fo_seek
)(fp, offset, SEEK_SET, &offset, 0);
/src/sys/external/bsd/drm2/linux/
linux_dma_buf.c
66
.
fo_seek
= dmabuf_fop_seek,
Completed in 19 milliseconds
Indexes created Wed Oct 29 20:09:47 GMT 2025