IO_APPEND         231 kern/kern_acct.c 	    (off_t)0, UIO_SYSSPACE, IO_APPEND|IO_UNIT, p->p_ucred, NULL, p);
IO_APPEND         470 kern/kern_ktrace.c 	error = VOP_WRITE(vp, &auio, IO_UNIT|IO_APPEND, p->p_ucred);
IO_APPEND         313 kern/vfs_vnops.c 		ioflag |= IO_APPEND;
IO_APPEND         323 kern/vfs_vnops.c 	if (ioflag & IO_APPEND)
IO_APPEND         543 msdosfs/msdosfs_vnops.c 		if (ioflag & IO_APPEND)
IO_APPEND         305 nfs/nfs_bio.c  	if (ioflag & (IO_APPEND | IO_SYNC)) {
IO_APPEND         312 nfs/nfs_bio.c  		if (ioflag & IO_APPEND) {
IO_APPEND         189 ufs/ext2fs/ext2fs_readwrite.c 		if (ioflag & IO_APPEND)
IO_APPEND         293 ufs/ffs/ffs_vnops.c 		if (ioflag & IO_APPEND)