Home
last modified time | relevance | path

Searched refs:vn_seek (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dfile.h278 fo_seek_t vn_seek; variable
/freebsd/sys/kern/
H A Dvfs_vnops.c121 .fo_seek = vn_seek,
2649 vn_seek(struct file *fp, off_t offset, int whence, struct thread *td) in vn_seek() function
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c2053 .fo_seek = vn_seek,