Searched refs:nocow_args (Results 1 – 1 of 1) sorted by relevance
1918 struct can_nocow_file_extent_args nocow_args = { 0 }; in run_delalloc_nocow() local1931 nocow_args.end = end; in run_delalloc_nocow()1932 nocow_args.writeback_path = true; in run_delalloc_nocow()2034 nocow_args.start = cur_offset; in run_delalloc_nocow()2035 ret = can_nocow_file_extent(path, &found_key, inode, &nocow_args); in run_delalloc_nocow()2045 bg = btrfs_inc_nocow_writers(fs_info, nocow_args.disk_bytenr); in run_delalloc_nocow()2079 nocow_end = cur_offset + nocow_args.num_bytes - 1; in run_delalloc_nocow()2082 u64 orig_start = found_key.offset - nocow_args.extent_offset; in run_delalloc_nocow()2085 em = create_io_em(inode, cur_offset, nocow_args.num_bytes, in run_delalloc_nocow()2087 nocow_args.disk_bytenr, /* block_start */ in run_delalloc_nocow()[all …]