Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dinode.c2074 nocow_args.end = end; in run_delalloc_nocow()
2075 nocow_args.writeback_path = true; in run_delalloc_nocow()
2172 nocow_args.start = cur_offset; in run_delalloc_nocow()
2181 nocow_args.file_extent.disk_bytenr + in run_delalloc_nocow()
2182 nocow_args.file_extent.offset); in run_delalloc_nocow()
2220 &nocow_args, cur_offset, in run_delalloc_nocow()
7161 nocow_args.start = offset; in can_nocow_extent()
7162 nocow_args.end = offset + *len - 1; in can_nocow_extent()
7163 nocow_args.free_path = true; in can_nocow_extent()
7178 nocow_args.file_extent.offset)) in can_nocow_extent()
[all …]