Home
last modified time | relevance | path

Searched refs:nfs_vinvalbuf2 (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_bio.c2725 nfs_vinvalbuf2(NFSTOV(np), V_SAVE | V_IGNORE_WRITEERR, thd, cred, 1); in nfs_buf_write()
3968 return nfs_vinvalbuf2(vp, flags, vfs_context_thread(ctx), vfs_context_ucred(ctx), intrflg); in nfs_vinvalbuf1()
3972 nfs_vinvalbuf2(vnode_t vp, int flags, thread_t thd, kauth_cred_t cred, int intrflg) in nfs_vinvalbuf2() function
H A Dnfs_node.c811 nfs_vinvalbuf2(vp, V_SAVE, vfs_context_thread(ctx), nsp->nsr_cred, 1); in nfs_vnop_inactive()
H A Dnfs.h1310 int nfs_vinvalbuf2(vnode_t, int, thread_t, kauth_cred_t, int);