Searched refs:ioflags (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/bsd/nfs/ |
| H A D | nfs_serv.c | 1308 int ioflags, len, retlen; in nfsrv_write() local 1431 ioflags = IO_NODELOCKED; in nfsrv_write() 1433 ioflags = (IO_SYNC | IO_NODELOCKED); in nfsrv_write() 1435 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED); in nfsrv_write() 1438 error = VNOP_WRITE(vp, auio, ioflags, ctx); in nfsrv_write() 1537 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() 1734 error = VNOP_WRITE(vp, auio, ioflags, ctx); in nfsrv_writegather()
|