Home
last modified time | relevance | path

Searched refs:IO_NRDELAY (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/fuse/
H A Dfuse_io.c79 if (ap->a_ioflag & IO_NRDELAY) {
/dragonfly/sys/sys/
H A Dvnode.h281 #define IO_NRDELAY 0x0800 /* do not block on disk reads */ macro
/dragonfly/sys/vfs/hammer/
H A Dhammer_vnops.c387 if (ap->a_ioflag & IO_NRDELAY) { in hammer_vop_read()