Searched refs:ioflags (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_serv.c | 1309 int ioflags, len, retlen; in nfsrv_write() local 1432 ioflags = IO_NODELOCKED; in nfsrv_write() 1434 ioflags = (IO_SYNC | IO_NODELOCKED); in nfsrv_write() 1436 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED); in nfsrv_write() 1439 error = VNOP_WRITE(vp, auio, ioflags, ctx); in nfsrv_write() 1538 int error, mlen, i, ioflags; in nfsrv_writegather() local 1711 ioflags = IO_NODELOCKED; in nfsrv_writegather() 1713 ioflags = (IO_SYNC | IO_NODELOCKED); in nfsrv_writegather() 1715 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED); in nfsrv_writegather() 1735 error = VNOP_WRITE(vp, auio, ioflags, ctx); in nfsrv_writegather()
|