Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/btrfs/
H A Dinode.c1974 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 in run_delalloc_nocow()
7057 struct can_nocow_file_extent_args nocow_args = { 0 }; can_nocow_extent() local
[all...]

Completed in 8 milliseconds