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

  /src/sys/fs/nfs/client/
nfs.h 99 int ncl_vinvalbuf(struct vnode *, int, struct kauth_cred *, int);
nfs_clbio.c 363 error = ncl_vinvalbuf(vp, V_SAVE, td, 1);
386 error = ncl_vinvalbuf(vp, V_SAVE, td, 1);
580 error = ncl_vinvalbuf(vp, 0, td, 1);
901 error = ncl_vinvalbuf(vp, V_SAVE, td, 1);
981 error = ncl_vinvalbuf(vp, V_SAVE, td, 1);
1294 ncl_vinvalbuf(struct vnode *vp, int flags, struct thread *td, int intrflg) function in typeref:typename:int
1301 ASSERT_VOP_LOCKED(vp, "ncl_vinvalbuf");
nfs_clnode.c 219 (void) ncl_vinvalbuf(vp, 0, td, 1);
nfs_clvnops.c 536 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1);
572 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1);
592 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1);
732 error = ncl_vinvalbuf(vp, V_SAVE, ap->a_td, 1);
949 error = ncl_vinvalbuf(vp, 0, td, 1);
951 error = ncl_vinvalbuf(vp, V_SAVE, td, 1);
978 if ((error = ncl_vinvalbuf(vp, V_SAVE, td, 1)) != 0 &&
1681 error = ncl_vinvalbuf(vp, 0, cnp->cn_thread, 1);
3064 (void) ncl_vinvalbuf(vp, V_SAVE, td, 1);
nfs_clvfsops.c 1434 nmp->nm_vinvalbuf = ncl_vinvalbuf;

Completed in 16 milliseconds