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

  /src/sys/fs/nfs/client/
nfs.h 108 int ncl_getattrcache(struct vnode *, struct vattr *);
nfs_clsubs.c 179 ncl_getattrcache(struct vnode *vp, struct vattr *vaper) function in typeref:typename:int
196 printf("ncl_getattrcache: initial timeo = %d\n", timeo);
218 printf("ncl_getattrcache: age = %d; final timeo = %d\n",
nfs_clvnops.c 829 if (ncl_getattrcache(vp, &vattr) == 0) {
859 if (ncl_getattrcache(vp, ap->a_vap) == 0) {

Completed in 14 milliseconds