Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_io.c703 (ioflag & IO_ASYNC)) { in fuse_write_biobackend()
/freebsd/sys/ufs/ffs/
H A Dffs_vnops.c1004 (ioflag & IO_ASYNC)) { in ffs_write()
1270 (ioflag & (IO_ASYNC | IO_DIRECT))) in ffs_extwrite()
/freebsd/sys/sys/
H A Dvnode.h320 #define IO_ASYNC 0x0010 /* bawrite rather then bdwrite */ macro
/freebsd/sys/vm/
H A Dvnode_pager.c1542 ioflags |= IO_ASYNC; in vnode_pager_putpages_ioflags()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c1242 } else if ((n + on) == biosize || (ioflag & IO_ASYNC) != 0) { in ncl_write()
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c2294 (ioflag & IO_ASYNC)) { in ext2_write()