Home
last modified time | relevance | path

Searched refs:IO_RECURSE (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/disk/vn/
H A Dvn.c345 error = VOP_READ(vn->sc_vp, &auio, IO_RECURSE, in vnstrategy()
351 error = VOP_WRITE(vn->sc_vp, &auio, IO_RECURSE, in vnstrategy()
/dragonfly/sys/sys/
H A Dvnode.h279 #define IO_RECURSE 0x0200 /* possibly device-recursive (vn) */ macro
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h111 #define IO_RECURSE 0x0200 macro
H A Dhammer2_vnops.c1254 if ((ioflag & IO_RECURSE) == 0) in hammer2_write_file()
/dragonfly/sys/kern/
H A Dvfs_vnops.c688 if (vp->v_type == VREG && (ioflg & IO_RECURSE) == 0) { in vn_rdwr_inchunks()
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_vnops.c744 (ap->a_ioflag & IO_RECURSE) == 0) { in tmpfs_write()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_vnops.c1039 if ((ioflag & IO_RECURSE) == 0) in hammer2_write_file()
/dragonfly/sys/vfs/fuse/
H A Dfuse_vnops.c1510 (ioflag & IO_RECURSE) == 0) in fuse_vop_write()
/dragonfly/sys/vfs/hammer/
H A Dhammer_vnops.c647 if ((ap->a_ioflag & IO_RECURSE) == 0) in hammer_vop_write()