Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dinode.c1929 struct can_nocow_file_extent_args *nocow_args, in nocow_one_range() argument
1933 const u64 len = nocow_args->file_extent.num_bytes; in nocow_one_range()
1942 em = btrfs_create_io_em(inode, file_pos, &nocow_args->file_extent, in nocow_one_range()
1951 ordered = btrfs_alloc_ordered_extent(inode, file_pos, &nocow_args->file_extent, in nocow_one_range()
2021 struct can_nocow_file_extent_args nocow_args = { 0 }; in run_delalloc_nocow() local
2046 nocow_args.end = end; in run_delalloc_nocow()
2047 nocow_args.writeback_path = true; in run_delalloc_nocow()
2144 nocow_args.start = cur_offset; in run_delalloc_nocow()
2145 ret = can_nocow_file_extent(path, &found_key, inode, &nocow_args); in run_delalloc_nocow()
2153 nocow_args.file_extent.disk_bytenr + in run_delalloc_nocow()
[all …]