HomeSort by: relevance | last modified time | path
    Searched refs:ncl_nget (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/client/
nfsnode.h 182 int ncl_nget(struct mount *, u_int8_t *, int, struct nfsnode **, int);
nfs_clnode.c 97 ncl_nget(struct mount *mntp, u_int8_t *fhp, int fhsize, struct nfsnode **npp, function in typeref:typename:int
135 KASSERT(vp->v_bufobj.bo_bsize != 0, ("ncl_nget: bo_bsize == 0"));
nfs_clvfsops.c 297 error = ncl_nget(mp, nmp->nm_fh, nmp->nm_fhsize, &np, LK_EXCLUSIVE);
1553 error = ncl_nget(mp, nmp->nm_fh, nmp->nm_fhsize, &np,
1719 error = ncl_nget(mp, nmp->nm_fh, nmp->nm_fhsize, &np, flags);

Completed in 136 milliseconds