Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dinode.c1976 struct can_nocow_file_extent_args nocow_args = { 0 }; in run_delalloc_nocow() local
1991 nocow_args.end = end; in run_delalloc_nocow()
1992 nocow_args.writeback_path = true; in run_delalloc_nocow()
2092 nocow_args.start = cur_offset; in run_delalloc_nocow()
2093 ret = can_nocow_file_extent(path, &found_key, inode, &nocow_args); in run_delalloc_nocow()
2100 nocow_bg = btrfs_inc_nocow_writers(fs_info, nocow_args.disk_bytenr); in run_delalloc_nocow()
2136 nocow_end = cur_offset + nocow_args.num_bytes - 1; in run_delalloc_nocow()
2139 u64 orig_start = found_key.offset - nocow_args.extent_offset; in run_delalloc_nocow()
2142 em = create_io_em(inode, cur_offset, nocow_args.num_bytes, in run_delalloc_nocow()
2144 nocow_args.disk_bytenr, /* block_start */ in run_delalloc_nocow()
[all …]