Lines Matching refs:nfsnode
41 * Silly rename structure that hangs off the nfsnode until the name
81 * The nfsnode is the nfs equivalent to ufs's inode. Any similarity
83 * There is a unique nfsnode allocated for each active file,
85 * An nfsnode is 'named' by its file handle. (nget/nfs_node.c)
93 struct nfsnode {
167 * Convert between nfsnode pointers and vnode pointers
169 #define VTONFS(vp) ((struct nfsnode *)(vp)->v_data)
187 int ncl_nget(struct mount *, u_int8_t *, int, struct nfsnode **, int);
188 nfsuint64 *ncl_getcookie(struct nfsnode *, off_t, int);
192 void ncl_dircookie_lock(struct nfsnode *);
193 void ncl_dircookie_unlock(struct nfsnode *);