Searched refs:nowait (Results 1 – 9 of 9) sorted by relevance
/fs/ |
D | sync.c | 99 int nowait = 0, wait = 1; in ksys_sync() local 103 iterate_supers(sync_fs_one_sb, &nowait); in ksys_sync() 119 int nowait = 0; in do_sync_work() local 125 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 126 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work() 128 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 129 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
|
/fs/btrfs/ |
D | file.c | 872 static unsigned int get_prepare_fgp_flags(bool nowait) in get_prepare_fgp_flags() argument 876 if (nowait) in get_prepare_fgp_flags() 882 static gfp_t get_prepare_gfp_flags(struct inode *inode, bool nowait) in get_prepare_gfp_flags() argument 887 if (nowait) { in get_prepare_gfp_flags() 901 bool nowait) in prepare_pages() argument 905 gfp_t mask = get_prepare_gfp_flags(inode, nowait); in prepare_pages() 906 unsigned int fgp_flags = get_prepare_fgp_flags(nowait); in prepare_pages() 916 if (nowait) in prepare_pages() 937 if (!nowait && err == -EAGAIN) { in prepare_pages() 972 u64 *lockstart, u64 *lockend, bool nowait, in lock_and_cleanup_extent_if_need() argument [all …]
|
D | ctree.c | 1508 if (p->nowait) { in read_block_for_search() 1533 } else if (p->nowait) { in read_block_for_search() 1702 if (p->nowait) { in btrfs_search_slot_get_root() 1989 ASSERT(!p->nowait || !cow); in btrfs_search_slot() 2017 if (p->nowait) { in btrfs_search_slot() 2168 if (p->nowait) { in btrfs_search_slot() 2225 ASSERT(!p->nowait); in btrfs_search_old_slot() 4561 ASSERT(!path->nowait); in btrfs_search_forward() 4747 ASSERT(!path->nowait); in btrfs_next_old_leaf() 4767 if (path->nowait) { in btrfs_next_old_leaf() [all …]
|
D | file-item.c | 516 bool nowait) in btrfs_lookup_csums_range() argument 538 path->nowait = nowait; in btrfs_lookup_csums_range()
|
D | inode.c | 1669 u64 bytenr, u64 num_bytes, bool nowait) in csum_exist_in_range() argument 1678 nowait); in csum_exist_in_range() 1804 bool nowait = path->nowait; in can_nocow_file_extent() local 1882 nowait); in can_nocow_file_extent() 7290 u64 *ram_bytes, bool nowait, bool strict) in can_nocow_extent() argument 7306 path->nowait = nowait; in can_nocow_extent() 7393 const bool nowait = (iomap_flags & IOMAP_NOWAIT); in lock_extent_direct() local 7399 if (nowait) { in lock_extent_direct() 7428 if (nowait) { in lock_extent_direct() 7452 ret = nowait ? -EAGAIN : -ENOTBLK; in lock_extent_direct() [all …]
|
D | ctree.h | 448 unsigned int nowait:1; member 3337 bool nowait); 3365 u64 *ram_bytes, bool nowait, bool strict); 3532 size_t *write_bytes, bool nowait);
|
D | extent-tree.c | 2232 if (path->nowait) { in check_delayed_ref()
|
/fs/ocfs2/ |
D | file.c | 2368 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_write_iter() local 2376 if (!direct_io && nowait) in ocfs2_file_write_iter() 2382 if (nowait) { in ocfs2_file_write_iter() 2395 if (nowait) in ocfs2_file_write_iter() 2415 if (nowait) in ocfs2_file_write_iter() 2436 ret = ocfs2_prepare_inode_for_write(file, iocb->ki_pos, count, !nowait); in ocfs2_file_write_iter() 2516 int nowait = iocb->ki_flags & IOCB_NOWAIT ? 1 : 0; in ocfs2_file_read_iter() local 2531 if (!direct_io && nowait) in ocfs2_file_read_iter() 2539 if (nowait) in ocfs2_file_read_iter() 2564 !nowait); in ocfs2_file_read_iter()
|
/fs/ext4/ |
D | inode.c | 857 bool nowait = map_flags & EXT4_GET_BLOCKS_CACHED_NOWAIT; in ext4_getblk() local 862 ASSERT(create == 0 || !nowait); in ext4_getblk() 873 if (nowait) in ext4_getblk()
|