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

/barrelfish-master/include/vm/
H A Dvnode_pager.c1172 int ioflags; local
1247 ioflags = IO_VMIO;
1249 ioflags |= IO_SYNC;
1251 ioflags |= IO_ASYNC;
1252 ioflags |= (flags & VM_PAGER_PUT_INVAL) ? IO_INVAL: 0;
1253 ioflags |= IO_SEQMAX << IO_SEQSHIFT;
1264 error = VOP_WRITE(vp, &auio, ioflags, curthread->td_ucred);

Completed in 76 milliseconds