Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsnode.h914 int nfs_flush(nfsnode_t, int, thread_t, int);
H A Dnfs_bio.c3572 nfs_flush(nfsnode_t np, int waitfor, thread_t thd, int ignore_writeerr) in nfs_flush() function
3809 if ((error = nfs_flush(np, MNT_WAIT, thd, (flags & V_IGNORE_WRITEERR)))) { in nfs_vinvalbuf_internal()
H A Dnfs_vnops.c1119 error = nfs_flush(np, MNT_WAIT, vfs_context_thread(ctx), 0); in nfs_vnop_close()
5014 nfs_flush(np, MNT_WAIT, vfs_context_thread(ctx), V_IGNORE_WRITEERR); in nfs3_vnop_link()
7206 int error = nfs_flush(VTONFS(ap->a_vp), ap->a_waitfor, vfs_context_thread(ap->a_context), 0); in nfs_vnop_fsync()
7756 error = nfs_flush(VTONFS(vp), MNT_WAIT, vfs_context_thread(ctx), 0); in nfs_vnop_ioctl()
H A Dnfs4_vnops.c3274 nfs_flush(np, MNT_WAIT, vfs_context_thread(ctx), V_IGNORE_WRITEERR); in nfs_vnop_mnomap()
7436 nfs_flush(np, MNT_WAIT, vfs_context_thread(ctx), V_IGNORE_WRITEERR); in nfs4_vnop_link()
8824 error = nfs_flush(anp, MNT_WAIT, vfs_context_thread(ctx), 0); in nfs4_vnop_setxattr()
H A Dnfs_vfsops.c5108 error = nfs_flush(np, cargs->waitfor, vfs_context_thread(cargs->ctx), 0); in nfs_sync_callout()