Home
last modified time | relevance | path

Searched refs:nowait (Results 1 – 2 of 2) sorted by relevance

/fs/
Dsync.c110 int nowait = 0, wait = 1; in ksys_sync() local
114 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync()
130 int nowait = 0; in do_sync_work() local
136 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()
/fs/ocfs2/
Dfile.c2293 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_write_iter() local
2301 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() local
2456 if (!direct_io && nowait) in ocfs2_file_read_iter()
2464 if (nowait) in ocfs2_file_read_iter()
2489 !nowait); in ocfs2_file_read_iter()