VOP_VPTOFH(9) turn a vnode into an NFS filehandle

SYNOPSIS

In sys/param.h In sys/vnode.h Ft int Fn VOP_VPTOFH struct vnode *vp struct fid *fhp

DESCRIPTION

This is used by the NFS server to create an opaque filehandle which uniquely identifies the file and which can be used by an NFS client to access the file in the future.

Its arguments are:

Fa vp
The vnode to make a filehandle for.
Fa fhp
Return parameter for the filehandle.

AUTHORS

This manual page was written by An Doug Rabson .