Searched refs:ioflags (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/nfs/ |
| H A D | nfs_serv.c | 1298 int ioflags, len, retlen; in nfsrv_write() local 1421 ioflags = IO_NODELOCKED; in nfsrv_write() 1423 ioflags = (IO_SYNC | IO_NODELOCKED); in nfsrv_write() 1425 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED); in nfsrv_write() 1428 error = VNOP_WRITE(vp, auio, ioflags, ctx); in nfsrv_write() 1527 int error, mlen, i, ioflags; in nfsrv_writegather() local 1700 ioflags = IO_NODELOCKED; in nfsrv_writegather() 1702 ioflags = (IO_SYNC | IO_NODELOCKED); in nfsrv_writegather() 1704 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED); in nfsrv_writegather() 1724 error = VNOP_WRITE(vp, auio, ioflags, ctx); in nfsrv_writegather()
|