Home
last modified time | relevance | path

Searched refs:nfs_flush (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h925 int nfs_flush(nfsnode_t, int, thread_t, int);
H A Dnfs_bio.c3573 nfs_flush(nfsnode_t np, int waitfor, thread_t thd, int ignore_writeerr) in nfs_flush() function
3810 if ((error = nfs_flush(np, MNT_WAIT, thd, (flags & V_IGNORE_WRITEERR)))) { in nfs_vinvalbuf_internal()
H A Dnfs_vnops.c1128 error = nfs_flush(np, MNT_WAIT, vfs_context_thread(ctx), 0); in nfs_vnop_close()
5025 nfs_flush(np, MNT_WAIT, vfs_context_thread(ctx), V_IGNORE_WRITEERR); in nfs3_vnop_link()
7217 int error = nfs_flush(VTONFS(ap->a_vp), ap->a_waitfor, vfs_context_thread(ap->a_context), 0); in nfs_vnop_fsync()
7767 error = nfs_flush(VTONFS(vp), MNT_WAIT, vfs_context_thread(ctx), 0); in nfs_vnop_ioctl()
H A Dnfs4_vnops.c3270 nfs_flush(np, MNT_WAIT, vfs_context_thread(ctx), V_IGNORE_WRITEERR); in nfs_vnop_mnomap()
7425 nfs_flush(np, MNT_WAIT, vfs_context_thread(ctx), V_IGNORE_WRITEERR); in nfs4_vnop_link()
8812 error = nfs_flush(anp, MNT_WAIT, vfs_context_thread(ctx), 0); in nfs4_vnop_setxattr()
H A Dnfs_vfsops.c5109 error = nfs_flush(np, cargs->waitfor, vfs_context_thread(cargs->ctx), 0); in nfs_sync_callout()