Searched refs:ioflags (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c1177 int ioflags, len, retlen; local
1279 ioflags = IO_NODELOCKED;
1281 ioflags = (IO_SYNC | IO_NODELOCKED);
1283 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED);
1285 error = VNOP_WRITE(vp, auio, ioflags, ctx);
1379 int error, mlen, i, ioflags, tlen; local
1543 ioflags = IO_NODELOCKED;
1545 ioflags = (IO_SYNC | IO_NODELOCKED);
1547 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED);
1564 error = VNOP_WRITE(vp, auio, ioflags, ct
[all...]

Completed in 16 milliseconds