Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dordered-data.c283 const struct btrfs_file_extent *file_extent, unsigned long flags) in btrfs_alloc_ordered_extent() argument
303 file_extent->num_bytes, in btrfs_alloc_ordered_extent()
304 file_extent->num_bytes, in btrfs_alloc_ordered_extent()
305 file_extent->disk_bytenr + file_extent->offset, in btrfs_alloc_ordered_extent()
306 file_extent->num_bytes, 0, flags, in btrfs_alloc_ordered_extent()
307 file_extent->compression); in btrfs_alloc_ordered_extent()
310 file_extent->num_bytes, in btrfs_alloc_ordered_extent()
311 file_extent->ram_bytes, in btrfs_alloc_ordered_extent()
312 file_extent->disk_bytenr, in btrfs_alloc_ordered_extent()
313 file_extent->disk_num_bytes, in btrfs_alloc_ordered_extent()
[all …]
H A Dinode.c1093 struct btrfs_file_extent file_extent; in submit_one_async_extent() local
1146 file_extent.disk_bytenr = ins.objectid; in submit_one_async_extent()
1147 file_extent.disk_num_bytes = ins.offset; in submit_one_async_extent()
1148 file_extent.ram_bytes = async_extent->ram_size; in submit_one_async_extent()
1149 file_extent.num_bytes = async_extent->ram_size; in submit_one_async_extent()
1150 file_extent.offset = 0; in submit_one_async_extent()
1151 file_extent.compression = async_extent->compress_type; in submit_one_async_extent()
1153 em = btrfs_create_io_em(inode, start, &file_extent, BTRFS_ORDERED_COMPRESSED); in submit_one_async_extent()
1160 ordered = btrfs_alloc_ordered_extent(inode, start, &file_extent, in submit_one_async_extent()
1344 struct btrfs_file_extent file_extent; in cow_file_range() local
[all …]
H A Dbtrfs_inode.h550 struct btrfs_file_extent *file_extent,
669 const struct btrfs_file_extent *file_extent,
H A Dordered-data.h190 const struct btrfs_file_extent *file_extent, unsigned long flags);