/linux-6.3-rc2/fs/btrfs/ |
A D | ordered-data.c | 28 if (entry->file_offset + entry->num_bytes < entry->file_offset) in entry_end() 47 if (file_offset < entry->file_offset) in tree_insert() 78 if (file_offset < entry->file_offset) in __tree_search() 117 if (file_offset + len <= entry->file_offset || in range_overlaps() 118 entry->file_offset + entry->num_bytes <= file_offset) in range_overlaps() 138 if (in_range(file_offset, entry->file_offset, entry->num_bytes)) in tree_search() 199 entry->file_offset = file_offset; in btrfs_add_ordered_extent() 871 if (entry->file_offset >= file_offset + len) { in btrfs_lookup_ordered_range() 973 if (file_offset < entry->file_offset) { in btrfs_lookup_first_ordered_range() 992 if (entry->file_offset < file_offset) { in btrfs_lookup_first_ordered_range() [all …]
|
A D | ordered-data.h | 91 u64 file_offset; member 176 struct page *page, u64 file_offset, 180 u64 file_offset, u64 io_size); 181 int btrfs_add_ordered_extent(struct btrfs_inode *inode, u64 file_offset, 188 u64 file_offset); 192 btrfs_lookup_first_ordered_extent(struct btrfs_inode *inode, u64 file_offset); 194 struct btrfs_inode *inode, u64 file_offset, u64 len); 197 u64 file_offset,
|
A D | reflink.c | 59 const u64 file_offset, in copy_inline_to_page() argument 67 const u64 range_end = file_offset + block_size - 1; in copy_inline_to_page() 75 ASSERT(IS_ALIGNED(file_offset, block_size)); in copy_inline_to_page() 88 page = find_or_create_page(mapping, file_offset >> PAGE_SHIFT, in copy_inline_to_page() 99 clear_extent_bit(&inode->io_tree, file_offset, range_end, in copy_inline_to_page() 120 memcpy_to_page(page, offset_in_page(file_offset), data_start, in copy_inline_to_page() 124 offset_in_page(file_offset), in copy_inline_to_page() 146 btrfs_page_set_uptodate(fs_info, page, file_offset, block_size); in copy_inline_to_page() 148 btrfs_page_set_dirty(fs_info, page, file_offset, block_size); in copy_inline_to_page() 155 btrfs_delalloc_release_space(inode, data_reserved, file_offset, in copy_inline_to_page() [all …]
|
A D | bio.c | 80 btrfs_bio(bio)->file_offset = orig_bbio->file_offset; in btrfs_split_bio() 82 orig_bbio->file_offset += map_length; in btrfs_split_bio() 174 repair_bbio->file_offset, fs_info->sectorsize, in btrfs_end_repair_bio() 206 failed_bbio->file_offset + bio_offset); in repair_one_sector() 231 repair_bbio->file_offset = failed_bbio->file_offset + bio_offset; in repair_one_sector()
|
A D | bio.h | 35 u64 file_offset; member
|
A D | compression.c | 317 btrfs_bio(bio)->file_offset = start; in btrfs_submit_compressed_write() 528 u64 file_offset; in btrfs_submit_compressed_read() local 540 file_offset = bio_first_bvec_all(bio)->bv_offset + in btrfs_submit_compressed_read() 545 em = lookup_extent_mapping(em_tree, file_offset, fs_info->sectorsize); in btrfs_submit_compressed_read() 630 btrfs_bio(comp_bio)->file_offset = file_offset; in btrfs_submit_compressed_read()
|
A D | inode.c | 88 u64 file_offset; member 3395 u64 file_offset = bbio->file_offset + bio_offset; in btrfs_data_csum_ok() local 7758 loff_t file_offset) in btrfs_dio_submit_io() argument 7766 bbio->file_offset = file_offset; in btrfs_dio_submit_io() 7768 dip->file_offset = file_offset; in btrfs_dio_submit_io() 9486 u64 file_offset) in insert_prealloc_file_extent() argument 9513 file_offset, &stack_fi, in insert_prealloc_file_extent() 9524 extent_info.file_offset = file_offset; in insert_prealloc_file_extent() 9907 u64 file_offset; member 9939 .file_offset = file_offset, in btrfs_encoded_read_regular_fill_pages() [all …]
|
A D | file-item.c | 496 u64 file_offset; in btrfs_lookup_bio_sums() local 501 cur_disk_bytenr, &file_offset); in btrfs_lookup_bio_sums() 503 set_extent_bits(io_tree, file_offset, in btrfs_lookup_bio_sums() 504 file_offset + sectorsize - 1, in btrfs_lookup_bio_sums() 782 u64 offset = bbio->file_offset; in btrfs_csum_one_bio() 834 !in_range(offset, ordered->file_offset, in btrfs_csum_one_bio()
|
A D | file.c | 1012 ordered->file_offset + ordered->num_bytes > start_pos && in lock_and_cleanup_extent_if_need() 1013 ordered->file_offset <= last_pos) { in lock_and_cleanup_extent_if_need() 2260 key.offset = extent_info->file_offset; in btrfs_insert_replace_extent() 2279 ret = btrfs_inode_set_file_extent_range(inode, extent_info->file_offset, in btrfs_insert_replace_extent() 2298 extent_info->file_offset, in btrfs_insert_replace_extent() 2307 ref_offset = extent_info->file_offset - extent_info->data_offset; in btrfs_insert_replace_extent() 2445 drop_args.drop_end > extent_info->file_offset) { in btrfs_replace_file_extents() 2447 extent_info->file_offset; in btrfs_replace_file_extents() 2458 extent_info->file_offset += replace_len; in btrfs_replace_file_extents() 3300 oe_start = max(oe->file_offset, start); in find_delalloc_subrange() [all …]
|
/linux-6.3-rc2/tools/perf/util/ |
A D | session.c | 65 decomp->file_pos = file_offset; in perf_session__process_compressed_event() 106 u64 file_offset, 189 session->tool, event->file_offset, in ordered_events__deliver_event() 1627 u64 file_offset, in perf_session__deliver_event() argument 1655 u64 file_offset, in perf_session__process_user_event() argument 1692 lseek(fd, file_offset, SEEK_SET); in perf_session__process_user_event() 2245 u64 file_offset, 2260 u64 file_offset; member 2323 rd->file_offset += page_offset; in reader__mmap() 2327 rd->file_offset); in reader__mmap() [all …]
|
A D | ordered-events.h | 11 u64 file_offset; member 57 u64 timestamp, u64 file_offset, const char *file_path);
|
A D | session.h | 80 int perf_session__peek_event(struct perf_session *session, off_t file_offset, 93 u64 timestamp, u64 file_offset, const char *file_path);
|
A D | auxtrace.c | 426 off_t file_offset, size_t sz) in auxtrace_queues__add_indexed_event() argument 443 file_offset += event->header.size; in auxtrace_queues__add_indexed_event() 445 file_offset, NULL); in auxtrace_queues__add_indexed_event() 881 union perf_event *event, off_t file_offset) in auxtrace_index__auxtrace_event() argument 891 auxtrace_index->entries[nr].file_offset = file_offset; in auxtrace_index__auxtrace_event() 905 ent.file_offset = auxtrace_index->entries[i].file_offset; in auxtrace_index__do_write() 950 auxtrace_index->entries[nr].file_offset = in auxtrace_index__process_entry() 951 bswap_64(ent.file_offset); in auxtrace_index__process_entry() 954 auxtrace_index->entries[nr].file_offset = ent.file_offset; in auxtrace_index__process_entry() 994 ent->file_offset, ent->sz); in auxtrace_queues__process_index_entry() [all …]
|
A D | ordered-events.c | 195 u64 timestamp, u64 file_offset, const char *file_path) in ordered_events__queue() argument 219 oevent->file_offset = file_offset; in ordered_events__queue()
|
/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | f_mass_storage.c | 659 file_offset >> curlun->blkbits; in do_read() 667 file_offset_tmp = file_offset; in do_read() 683 file_offset += nread; in do_read() 699 file_offset >> curlun->blkbits; in do_read() 841 file_offset >> curlun->blkbits; in do_write() 866 file_offset_tmp = file_offset; in do_write() 883 file_offset += nwritten; in do_write() 998 file_offset >> curlun->blkbits; in do_verify() 1004 file_offset_tmp = file_offset; in do_verify() 1024 file_offset >> curlun->blkbits; in do_verify() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/etnaviv/ |
A D | etnaviv_dump.h | 25 __le32 file_offset; member
|
/linux-6.3-rc2/drivers/net/wireless/silabs/wfx/ |
A D | fwio.c | 99 const struct firmware **fw, int *file_offset) in get_firmware() argument 124 *file_offset = 0; in get_firmware() 127 *file_offset = 8; in get_firmware()
|
/linux-6.3-rc2/fs/ceph/ |
A D | ioctl.h | 57 __u64 file_offset; /* in+out: file offset */ member
|
A D | ioctl.c | 198 ceph_calc_file_object_mapping(&ci->i_layout, dl.file_offset, 1, in ceph_ioctl_get_dataloc() 200 dl.file_offset -= dl.object_offset; in ceph_ioctl_get_dataloc()
|
/linux-6.3-rc2/drivers/usb/core/ |
A D | devices.c | 391 loff_t *skip_bytes, loff_t *file_offset, in usb_device_dump() argument 487 *file_offset += length; in usb_device_dump() 500 file_offset, childdev, bus, in usb_device_dump()
|
/linux-6.3-rc2/include/sound/sof/ |
A D | ext_manifest4.h | 90 uint32_t file_offset; member
|
/linux-6.3-rc2/tools/power/acpi/os_specific/service_layers/ |
A D | oslinuxtbl.c | 37 acpi_size file_offset, 1197 acpi_size file_offset, in osl_read_table_from_file() argument 1215 fseek(table_file, file_offset, SEEK_SET); in osl_read_table_from_file() 1266 fseek(table_file, file_offset, SEEK_SET); in osl_read_table_from_file()
|
/linux-6.3-rc2/lib/ |
A D | test_firmware.c | 103 size_t file_offset; member 227 test_fw_config->file_offset = 0; in __test_firmware_config_init() 304 "file_offset:\t%zu\n", test_fw_config->file_offset); in config_show() 554 &test_fw_config->file_offset); in config_file_offset_store() 564 return test_dev_config_show_size_t(buf, test_fw_config->file_offset); in config_file_offset_show() 849 test_fw_config->file_offset); in test_fw_run_batch_request()
|
/linux-6.3-rc2/include/uapi/drm/ |
A D | panfrost_drm.h | 246 __u32 file_offset; member
|
/linux-6.3-rc2/drivers/gpu/drm/panfrost/ |
A D | panfrost_dump.c | 68 hdr->file_offset = iter->data - iter->start; in panfrost_core_dump_header()
|