Searched refs:nowait (Results 1 – 2 of 2) sorted by relevance
110 int nowait = 0, wait = 1; in ksys_sync() local114 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync()130 int nowait = 0; in do_sync_work() local136 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work()137 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()139 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work()140 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
2293 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_write_iter() local2301 if (!direct_io && nowait) in ocfs2_file_write_iter()2307 if (nowait) { in ocfs2_file_write_iter()2320 if (nowait) in ocfs2_file_write_iter()2340 if (nowait) in ocfs2_file_write_iter()2361 ret = ocfs2_prepare_inode_for_write(file, iocb->ki_pos, count, !nowait); in ocfs2_file_write_iter()2441 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_read_iter() local2456 if (!direct_io && nowait) in ocfs2_file_read_iter()2464 if (nowait) in ocfs2_file_read_iter()2489 !nowait); in ocfs2_file_read_iter()