Searched refs:iomode (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/bsd/nfs/ |
| H A D | nfs_bio.c | 2497 int iomode; in nfs_buf_write() local 2660 iomode = NFS_WRITE_FILESYNC; in nfs_buf_write() 2662 iomode = NFS_WRITE_UNSTABLE; in nfs_buf_write() 2664 iomode = NFS_WRITE_FILESYNC; in nfs_buf_write() 2674 error = nfs_buf_write_rpc(bp, iomode, thd, cred); in nfs_buf_write() 2859 int error = 0, commit, iomode, iomode2, len, pg, count, npages, off; in nfs_buf_write_dirty_pages() local 2873 iomode = NFS_WRITE_UNSTABLE; in nfs_buf_write_dirty_pages() 2897 iomode2 = iomode; in nfs_buf_write_dirty_pages() 2909 iomode = NFS_WRITE_FILESYNC; in nfs_buf_write_dirty_pages() 2927 iomode = NFS_WRITE_FILESYNC; in nfs_buf_write_dirty_pages() [all …]
|
| H A D | nfs_vnops.c | 3913 int iomode, in nfs3_write_rpc_async() argument 3929 if ((iomode != NFS_WRITE_UNSTABLE) && nfs_allow_async && in nfs3_write_rpc_async() 3931 iomode = NFS_WRITE_UNSTABLE; in nfs3_write_rpc_async() 3941 nfsm_chain_add_32(error, &nmreq, iomode); in nfs3_write_rpc_async() 8271 int error = 0, iomode; in nfs_vnop_pageout() local 8507 iomode = NFS_WRITE_UNSTABLE; in nfs_vnop_pageout() 8508 …if ((error = nmp->nm_funcs->nf_write_rpc_async(np, auio, iosize, thd, cred, iomode, NULL, &req[nex… in nfs_vnop_pageout() 8524 error = nmp->nm_funcs->nf_write_rpc_async_finish(np, req[nextwait], &iomode, &iosize, &wverf2); in nfs_vnop_pageout() 8556 if (iomode < commit) { in nfs_vnop_pageout() 8557 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-8020.140.41/tools/lldbmacros/ |
| H A D | memory.py | 1769 …romname: <35s} {iomode: <30s}").format(mnt=mount, vfs=mount.mnt_vfsstat, iomode=('Yes' if (mount.m…
|