Home
last modified time | relevance | path

Searched defs:nowait (Results 1 – 3 of 3) sorted by relevance

/fs/
Dsync.c113 int nowait = 0, wait = 1; in ksys_sync() local
133 int nowait = 0; in do_sync_work() local
/fs/ocfs2/
Dfile.c2371 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_write_iter() local
2519 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_read_iter() local
/fs/btrfs/
Dfile.c1471 size_t *write_bytes, bool nowait) in check_can_nocow()