Lines Matching refs:nocow_args

1974 	struct can_nocow_file_extent_args nocow_args = { 0 };  in run_delalloc_nocow()  local
1989 nocow_args.end = end; in run_delalloc_nocow()
1990 nocow_args.writeback_path = true; in run_delalloc_nocow()
2090 nocow_args.start = cur_offset; in run_delalloc_nocow()
2091 ret = can_nocow_file_extent(path, &found_key, inode, &nocow_args); in run_delalloc_nocow()
2098 nocow_bg = btrfs_inc_nocow_writers(fs_info, nocow_args.disk_bytenr); in run_delalloc_nocow()
2134 nocow_end = cur_offset + nocow_args.num_bytes - 1; in run_delalloc_nocow()
2137 u64 orig_start = found_key.offset - nocow_args.extent_offset; in run_delalloc_nocow()
2140 em = create_io_em(inode, cur_offset, nocow_args.num_bytes, in run_delalloc_nocow()
2142 nocow_args.disk_bytenr, /* block_start */ in run_delalloc_nocow()
2143 nocow_args.num_bytes, /* block_len */ in run_delalloc_nocow()
2144 nocow_args.disk_num_bytes, /* orig_block_len */ in run_delalloc_nocow()
2156 nocow_args.num_bytes, nocow_args.num_bytes, in run_delalloc_nocow()
2157 nocow_args.disk_bytenr, nocow_args.num_bytes, 0, in run_delalloc_nocow()
7031 struct can_nocow_file_extent_args nocow_args = { 0 }; in can_nocow_extent() local
7081 nocow_args.start = offset; in can_nocow_extent()
7082 nocow_args.end = offset + *len - 1; in can_nocow_extent()
7083 nocow_args.strict = strict; in can_nocow_extent()
7084 nocow_args.free_path = true; in can_nocow_extent()
7086 ret = can_nocow_file_extent(path, &key, BTRFS_I(inode), &nocow_args); in can_nocow_extent()
7097 if (btrfs_extent_readonly(fs_info, nocow_args.disk_bytenr)) in can_nocow_extent()
7104 range_end = round_up(offset + nocow_args.num_bytes, in can_nocow_extent()
7115 *orig_start = key.offset - nocow_args.extent_offset; in can_nocow_extent()
7117 *orig_block_len = nocow_args.disk_num_bytes; in can_nocow_extent()
7119 *len = nocow_args.num_bytes; in can_nocow_extent()