Lines Matching defs:nowait
2365 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0;
2373 if (!direct_io && nowait)
2379 if (nowait) {
2392 if (nowait)
2412 if (nowait)
2433 ret = ocfs2_prepare_inode_for_write(file, iocb->ki_pos, count, !nowait);
2513 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0;
2528 if (!direct_io && nowait)
2536 if (nowait)
2561 !nowait);