Searched refs:nocow_args (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | inode.c | 2039 struct can_nocow_file_extent_args *nocow_args, in nocow_one_range() argument 2043 const u64 len = nocow_args->file_extent.num_bytes; in nocow_one_range() 2052 em = btrfs_create_io_em(inode, file_pos, &nocow_args->file_extent, in nocow_one_range() 2061 ordered = btrfs_alloc_ordered_extent(inode, file_pos, &nocow_args->file_extent, in nocow_one_range() 2131 struct can_nocow_file_extent_args nocow_args = { 0 }; in run_delalloc_nocow() local 2156 nocow_args.end = end; in run_delalloc_nocow() 2157 nocow_args.writeback_path = true; in run_delalloc_nocow() 2254 nocow_args.start = cur_offset; in run_delalloc_nocow() 2255 ret = can_nocow_file_extent(path, &found_key, inode, &nocow_args); in run_delalloc_nocow() 2263 nocow_args.file_extent.disk_bytenr + in run_delalloc_nocow() [all …]
|