IO_JOURNALLOCKED
(ioflag & IO_JOURNALLOCKED) == 0);
if ((ioflag & IO_JOURNALLOCKED) && vp->v_mount->mnt_wapbl)
genfs_directio(vp, uio, ioflag | IO_JOURNALLOCKED);
IO_NODELOCKED | IO_JOURNALLOCKED, ap->a_cnp->cn_cred, NULL,
KASSERT(!ISSET(ioflag, IO_JOURNALLOCKED));
genfs_directio(vp, uio, ioflag | IO_JOURNALLOCKED);
KASSERT(ISSET(ioflag, IO_JOURNALLOCKED));
IO_NODELOCKED | IO_JOURNALLOCKED, ap->a_cnp->cn_cred, NULL,
ISSET(ioflg, IO_JOURNALLOCKED));