Searched refs:ioflags (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/bsd/nfs/ |
| H A D | nfs_serv.c | 1303 int ioflags, len, retlen; in nfsrv_write() local 1430 ioflags = IO_NODELOCKED; in nfsrv_write() 1432 ioflags = (IO_SYNC | IO_NODELOCKED); in nfsrv_write() 1434 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED); in nfsrv_write() 1437 error = VNOP_WRITE(vp, auio, ioflags, ctx); in nfsrv_write() 1536 int error, mlen, i, ioflags; in nfsrv_writegather() local 1710 ioflags = IO_NODELOCKED; in nfsrv_writegather() 1712 ioflags = (IO_SYNC | IO_NODELOCKED); in nfsrv_writegather() 1714 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED); in nfsrv_writegather() 1738 error = VNOP_WRITE(vp, auio, ioflags, ctx); in nfsrv_writegather()
|