Searched refs:iomode (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_bio.c | 2498 int iomode; in nfs_buf_write() local 2661 iomode = NFS_WRITE_FILESYNC; in nfs_buf_write() 2663 iomode = NFS_WRITE_UNSTABLE; in nfs_buf_write() 2665 iomode = NFS_WRITE_FILESYNC; in nfs_buf_write() 2675 error = nfs_buf_write_rpc(bp, iomode, thd, cred); in nfs_buf_write() 2860 int error = 0, commit, iomode, iomode2, len, pg, count, npages, off; in nfs_buf_write_dirty_pages() local 2874 iomode = NFS_WRITE_UNSTABLE; in nfs_buf_write_dirty_pages() 2898 iomode2 = iomode; in nfs_buf_write_dirty_pages() 2910 iomode = NFS_WRITE_FILESYNC; in nfs_buf_write_dirty_pages() 2928 iomode = NFS_WRITE_FILESYNC; in nfs_buf_write_dirty_pages() [all …]
|
| H A D | nfs_vnops.c | 3927 int iomode, in nfs3_write_rpc_async() argument 3943 if ((iomode != NFS_WRITE_UNSTABLE) && nfs_allow_async && in nfs3_write_rpc_async() 3945 iomode = NFS_WRITE_UNSTABLE; in nfs3_write_rpc_async() 3955 nfsm_chain_add_32(error, &nmreq, iomode); in nfs3_write_rpc_async() 8282 int error = 0, iomode; in nfs_vnop_pageout() local 8518 iomode = NFS_WRITE_UNSTABLE; in nfs_vnop_pageout() 8519 …if ((error = nmp->nm_funcs->nf_write_rpc_async(np, auio, iosize, thd, cred, iomode, NULL, &req[nex… in nfs_vnop_pageout() 8535 error = nmp->nm_funcs->nf_write_rpc_async_finish(np, req[nextwait], &iomode, &iosize, &wverf2); in nfs_vnop_pageout() 8567 if (iomode < commit) { in nfs_vnop_pageout() 8568 commit = iomode; in nfs_vnop_pageout() [all …]
|
| H A D | nfs4_vnops.c | 459 int iomode, in nfs4_write_rpc_async() argument 480 if ((iomode != NFS_WRITE_UNSTABLE) && nfs_allow_async && in nfs4_write_rpc_async() 482 iomode = NFS_WRITE_UNSTABLE; in nfs4_write_rpc_async() 500 nfsm_chain_add_32(error, &nmreq, iomode); in nfs4_write_rpc_async()
|
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | memory.py | 2375 …romname: <35s} {iomode: <30s}").format(mnt=mount, vfs=mount.mnt_vfsstat, iomode=('Yes' if (mount.m…
|