Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_bio.c2860 int error = 0, commit, iomode, iomode2, len, pg, count, npages, off; in nfs_buf_write_dirty_pages() local
2898 iomode2 = iomode; in nfs_buf_write_dirty_pages()
2901 error = nfs_write_rpc2(np, auio, thd, cred, &iomode2, &bp->nb_verf); in nfs_buf_write_dirty_pages()
2905 if (iomode2 < commit) { /* Retain the lowest commitment level returned. */ in nfs_buf_write_dirty_pages()
2906 commit = iomode2; in nfs_buf_write_dirty_pages()