Searched refs:n_fhsize (Results 1 – 5 of 5) sorted by relevance
117 if (mntp != NFSTOV(np)->v_mount || np->n_fhsize != fhsize || in nfs_nget()133 np->n_fhsize == fhsize && in nfs_nget()182 np->n_fhsize = fhsize; in nfs_nget()190 if (mntp != NFSTOV(np2)->v_mount || np2->n_fhsize != fhsize || in nfs_nget()197 if (np->n_fhsize > NFS_SMALLFH) in nfs_nget()253 if (mntp != NFSTOV(np)->v_mount || np->n_fhsize != fhsize || in nfs_nget_nonblock()324 np->n_fhsize = fhsize; in nfs_nget_nonblock()332 if (mntp != NFSTOV(np2)->v_mount || np2->n_fhsize != fhsize || in nfs_nget_nonblock()339 if (np->n_fhsize > NFS_SMALLFH) in nfs_nget_nonblock()474 if (np->n_fhsize > NFS_SMALLFH) { in nfs_reclaim()
134 short n_fhsize; /* size in bytes, of fh */ member
339 n = nfsm_rndup(VTONFS(vp)->n_fhsize) + NFSX_UNSIGNED; in nfsm_fhtom()342 *tl++ = txdr_unsigned(VTONFS(vp)->n_fhsize); in nfsm_fhtom()345 VTONFS(vp)->n_fhsize); in nfsm_fhtom()349 VTONFS(vp)->n_fhsize)) != 0) { in nfsm_fhtom()
106 ((n)->n_fhsize == (s) && !bcmp((caddr_t)(n)->n_fhp, (caddr_t)(f), (s)))
3079 if (np->n_fhsize > NFS_SMALLFH && fhlen <= NFS_SMALLFH) { in nfs_lookitup()3082 } else if (np->n_fhsize <= NFS_SMALLFH && fhlen>NFS_SMALLFH) in nfs_lookitup()3085 np->n_fhsize = fhlen; in nfs_lookitup()