Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Ddirect-io.c141 const struct btrfs_file_extent *file_extent, in btrfs_create_dio_extent() argument
160 start + file_extent->num_bytes - 1, false); in btrfs_create_dio_extent()
178 struct btrfs_file_extent file_extent; in btrfs_new_extent_direct() local
197 file_extent.disk_bytenr = ins.objectid; in btrfs_new_extent_direct()
198 file_extent.disk_num_bytes = ins.offset; in btrfs_new_extent_direct()
199 file_extent.num_bytes = ins.offset; in btrfs_new_extent_direct()
200 file_extent.ram_bytes = ins.offset; in btrfs_new_extent_direct()
201 file_extent.offset = 0; in btrfs_new_extent_direct()
202 file_extent.compression = BTRFS_COMPRESS_NONE; in btrfs_new_extent_direct()
221 struct btrfs_file_extent file_extent; in btrfs_get_blocks_direct_write() local
[all …]
H A Dordered-data.c287 file_extent->num_bytes, in btrfs_alloc_ordered_extent()
288 file_extent->num_bytes, in btrfs_alloc_ordered_extent()
289 file_extent->disk_bytenr + file_extent->offset, in btrfs_alloc_ordered_extent()
290 file_extent->num_bytes, 0, flags, in btrfs_alloc_ordered_extent()
291 file_extent->compression); in btrfs_alloc_ordered_extent()
294 file_extent->num_bytes, in btrfs_alloc_ordered_extent()
295 file_extent->ram_bytes, in btrfs_alloc_ordered_extent()
296 file_extent->disk_bytenr, in btrfs_alloc_ordered_extent()
297 file_extent->disk_num_bytes, in btrfs_alloc_ordered_extent()
298 file_extent->offset, flags, in btrfs_alloc_ordered_extent()
[all …]
H A Dinode.c1163 file_extent.offset = 0; in submit_one_async_extent()
1400 file_extent.offset = 0; in cow_file_range()
1906 io_start = args->file_extent.disk_bytenr + args->file_extent.offset; in can_nocow_file_extent()
2182 nocow_args.file_extent.offset); in run_delalloc_nocow()
7194 if (file_extent) in can_nocow_extent()
7195 memcpy(file_extent, &nocow_args.file_extent, sizeof(*file_extent)); in can_nocow_extent()
7227 ASSERT(file_extent->num_bytes <= file_extent->ram_bytes); in btrfs_create_io_em()
7231 ASSERT(file_extent->disk_num_bytes == file_extent->num_bytes); in btrfs_create_io_em()
7232 ASSERT(file_extent->ram_bytes == file_extent->num_bytes); in btrfs_create_io_em()
7245 ASSERT(file_extent->num_bytes <= file_extent->ram_bytes); in btrfs_create_io_em()
[all …]
H A Dordered-data.h190 const struct btrfs_file_extent *file_extent, unsigned long flags);
H A Dbtrfs_inode.h537 struct btrfs_file_extent *file_extent,
657 const struct btrfs_file_extent *file_extent,