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

  /src/sys/nfs/
nfs_node.c 199 nfs_vinvalbuf(vp, 0, sp->s_cred, curlwp, 1);
nfs_bio.c 244 nfs_vinvalbuf(vp, 0, cred, l, 1);
303 nfs_vinvalbuf(vp, 0, cred, l, 0);
607 nfs_vinvalbuf(struct vnode *vp, int flags, kauth_cred_t cred, function in typeref:typename:int
692 error = nfs_vinvalbuf(vp, V_SAVE, cred, l, 1);
716 error = nfs_vinvalbuf(vp, V_SAVE, cred, l, 1);
nfs_var.h 72 int nfs_vinvalbuf(struct vnode *, int, kauth_cred_t, struct lwp *, int);
nfs_clntsubs.c 515 nfs_vinvalbuf(vp, 0, cred, l, 1);
nfs_vnops.c 496 error = nfs_vinvalbuf(vp, V_SAVE, ap->a_cred, curlwp, 1);
622 error = nfs_vinvalbuf(vp, 0,
625 error = nfs_vinvalbuf(vp, V_SAVE,
643 (error = nfs_vinvalbuf(vp, V_SAVE, ap->a_cred,
1730 error = nfs_vinvalbuf(vp, 0, cnp->cn_cred, curlwp, 1);

Completed in 16 milliseconds