Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDvfs_vnops.c69 static int vn_seek (struct file *fp, off_t offset, int whence, off_t *res);
79 .fo_seek = vn_seek
1200 vn_seek(struct file *fp, off_t offset, int whence, off_t *res) in vn_seek() function