Searched refs:iomode (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_bio.c2376 int iomode, doff, dend, firstpg, lastpg; local
2506 iomode = NFS_WRITE_FILESYNC;
2508 iomode = NFS_WRITE_UNSTABLE;
2510 iomode = NFS_WRITE_FILESYNC;
2519 error = nfs_buf_write_rpc(bp, iomode, thd, cred);
2694 int error = 0, commit, iomode, iomode2, len, pg, count, npages, off; local
2708 iomode = NFS_WRITE_UNSTABLE;
2736 iomode2 = iomode;
2748 iomode = NFS_WRITE_FILESYNC;
2765 iomode
2782 nfs_buf_write_rpc(struct nfsbuf *bp, int iomode, thread_t thd, kauth_cred_t cred) argument
[all...]
H A Dnfs_vnops.c2538 int iomode,
2561 nfsm_chain_add_32(error, &nmreq, iomode);
5870 int error = 0, iomode; local
6072 iomode = NFS_WRITE_UNSTABLE;
6073 if ((error = nmp->nm_funcs->nf_write_rpc_async(np, &auio, iosize, thd, cred, iomode, NULL, &req[nextsend]))) {
6086 error = nmp->nm_funcs->nf_write_rpc_async_finish(np, req[nextwait], &iomode, &iosize, &wverf2);
6103 if (iomode < commit)
6104 commit = iomode;
6118 iomode = NFS_WRITE_UNSTABLE;
6119 error = nfs_write_rpc2(np, &auio, thd, cred, &iomode,
2532 nfs3_write_rpc_async( nfsnode_t np, struct uio *uiop, size_t len, thread_t thd, kauth_cred_t cred, int iomode, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument
[all...]
H A Dnfs4_vnops.c371 int iomode,
406 nfsm_chain_add_32(error, &nmreq, iomode);
365 nfs4_write_rpc_async( nfsnode_t np, struct uio *uiop, size_t len, thread_t thd, kauth_cred_t cred, int iomode, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument

Completed in 97 milliseconds