Lines Matching defs:nowait
1724 u64 bytenr, u64 num_bytes, bool nowait)
1732 &list, 0, nowait);
1864 bool nowait = path->nowait;
1942 nowait);
7054 u64 *ram_bytes, bool nowait, bool strict)
7070 path->nowait = nowait;
7157 const bool nowait = (iomap_flags & IOMAP_NOWAIT);
7163 if (nowait) {
7193 if (nowait) {
7217 ret = nowait ? -EAGAIN : -ENOTBLK;
7233 ret = nowait ? -EAGAIN : -ENOTBLK;
7297 const bool nowait = (iomap_flags & IOMAP_NOWAIT);
7342 nowait);
7348 if (nowait && (ret == -ENOSPC || ret == -EDQUOT))
7376 if (nowait) {