Lines Matching defs:nfs_getcacheblk
66 static struct buf *nfs_getcacheblk(struct vnode *vp, daddr_t bn, int size,
474 rabp = nfs_getcacheblk(vp, rabn, biosize, td);
504 bp = nfs_getcacheblk(vp, lbn, bcount, td);
540 bp = nfs_getcacheblk(vp, (daddr_t)0, NFS_MAXPATHLEN, td);
566 bp = nfs_getcacheblk(vp, lbn, NFS_DIRBLKSIZ, td);
595 bp = nfs_getcacheblk(vp, i, NFS_DIRBLKSIZ, td);
640 rabp = nfs_getcacheblk(vp, lbn + 1, NFS_DIRBLKSIZ, td);
1015 bp = nfs_getcacheblk(vp, lbn, obcount, td);
1047 bp = nfs_getcacheblk(vp, lbn, bcount, td);
1260 nfs_getcacheblk(struct vnode *vp, daddr_t bn, int size, struct thread *td)
1846 bp = nfs_getcacheblk(vp, lbn, bufsize, td);