Home
last modified time | relevance | path

Searched refs:IO_ASYNC (Results 1 – 11 of 11) sorted by relevance

/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_strategy.c608 lbase, IO_ASYNC, pblksize, in hammer2_xop_strategy_write()
1153 } else if (ioflag & IO_ASYNC) { in hammer2_compress_and_write()
1369 } else if (ioflag & IO_ASYNC) { in hammer2_write_bp()
H A Dhammer2_compat.h109 #define IO_ASYNC 0x0080 macro
H A Dhammer2_vnops.c1390 } else if (ioflag & IO_ASYNC) { in hammer2_write_file()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_strategy.c587 lbase, IO_ASYNC, pblksize, in hammer2_xop_strategy_write()
1129 } else if (ioflag & IO_ASYNC) { in hammer2_compress_and_write()
1345 } else if (ioflag & IO_ASYNC) { in hammer2_write_bp()
H A Dhammer2_vnops.c1151 } else if (ioflag & IO_ASYNC) { in hammer2_write_file()
/dragonfly/sys/vfs/ufs/
H A Dufs_readwrite.c374 (ioflag & IO_ASYNC)) { in ffs_write()
/dragonfly/sys/vm/
H A Dvnode_pager.c750 ioflags |= IO_ASYNC; in vnode_pager_generic_putpages()
/dragonfly/sys/sys/
H A Dvnode.h277 #define IO_ASYNC 0x0080 /* bawrite rather then bdwrite */ macro
/dragonfly/sys/vfs/ext2fs/
H A Dext2_vnops.c2058 (ioflag & IO_ASYNC)) in ext2_write()
/dragonfly/sys/vfs/fuse/
H A Dfuse_vnops.c1600 } else if (ioflag & IO_ASYNC) { in fuse_vop_write()
/dragonfly/sys/vfs/hammer/
H A Dhammer_vnops.c832 } else if (ap->a_ioflag & IO_ASYNC) { in hammer_vop_write()