Lines Matching defs:nowait
2371 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0;
2379 if (!direct_io && nowait)
2385 if (nowait) {
2398 if (nowait)
2418 if (nowait)
2439 ret = ocfs2_prepare_inode_for_write(file, iocb->ki_pos, count, !nowait);
2519 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0;
2534 if (!direct_io && nowait)
2542 if (nowait)
2567 !nowait);