| /linux/fs/btrfs/ |
| H A D | ordered-data.h | 100 u64 file_offset; member 167 struct folio *folio, u64 file_offset, u64 len, 170 struct folio *folio, u64 file_offset, 174 u64 file_offset, u64 io_size); 189 struct btrfs_inode *inode, u64 file_offset, 194 u64 file_offset); 204 btrfs_lookup_first_ordered_extent(struct btrfs_inode *inode, u64 file_offset); 206 struct btrfs_inode *inode, u64 file_offset, u64 len); 209 u64 file_offset,
|
| H A D | reflink.c | 56 const u64 file_offset, in copy_inline_to_page() argument 64 const u64 range_end = file_offset + block_size - 1; in copy_inline_to_page() 72 ASSERT(IS_ALIGNED(file_offset, block_size)); in copy_inline_to_page() 80 ret = btrfs_delalloc_reserve_space(inode, &data_reserved, file_offset, in copy_inline_to_page() 85 folio = __filemap_get_folio(mapping, file_offset >> PAGE_SHIFT, in copy_inline_to_page() 97 btrfs_clear_extent_bit(&inode->io_tree, file_offset, range_end, in copy_inline_to_page() 99 ret = btrfs_set_extent_delalloc(inode, file_offset, range_end, 0, NULL); in copy_inline_to_page() 117 memcpy_to_folio(folio, offset_in_folio(folio, file_offset), data_start, in copy_inline_to_page() 121 offset_in_folio(folio, file_offset), in copy_inline_to_page() 143 btrfs_folio_set_uptodate(fs_info, folio, file_offset, block_siz in copy_inline_to_page() [all...] |
| H A D | compression.c | 321 ASSERT(IS_ALIGNED(ordered->file_offset, fs_info->sectorsize)); 325 cb->start = ordered->file_offset; 372 u64 cur = cb->orig_bbio->file_offset + orig_bio->bi_iter.bi_size; in btrfs_submit_compressed_write() 530 u64 file_offset = bbio->file_offset; in add_ra_bio_pages() 540 em = btrfs_lookup_extent_mapping(em_tree, file_offset, fs_info->sectorsize); in add_ra_bio_pages() 550 cb = alloc_compressed_bio(inode, file_offset, REQ_OP_READ, in add_ra_bio_pages() 574 u64 file_offset = bbio->file_offset; btrfs_submit_compressed_read() local
|
| H A D | extent_io.c | 712 u64 disk_bytenr, loff_t file_offset) in btrfs_bio_is_contig() 729 return bio_ctrl->next_file_offset == file_offset && in btrfs_bio_is_contig() 735 u64 disk_bytenr, u64 file_offset) in alloc_new_bio() 741 file_offset, bio_ctrl->end_io_func, NULL); in alloc_new_bio() 746 bio_ctrl->next_file_offset = file_offset; in alloc_new_bio() 752 ordered = btrfs_lookup_ordered_extent(inode, file_offset); in alloc_new_bio() 755 ordered->file_offset + in alloc_new_bio() 756 ordered->disk_num_bytes - file_offset); in alloc_new_bio() 791 loff_t file_offset = folio_pos(folio) + pg_offset; in submit_extent_folio() 797 !btrfs_bio_is_contig(bio_ctrl, disk_bytenr, file_offset)) in submit_extent_folio() 713 btrfs_bio_is_contig(struct btrfs_bio_ctrl * bio_ctrl,u64 disk_bytenr,loff_t file_offset) btrfs_bio_is_contig() argument 736 alloc_new_bio(struct btrfs_inode * inode,struct btrfs_bio_ctrl * bio_ctrl,u64 disk_bytenr,u64 file_offset) alloc_new_bio() argument 792 loff_t file_offset = folio_pos(folio) + pg_offset; submit_extent_folio() local [all...] |
| /linux/tools/perf/util/ |
| H A D | session.c | 47 u64 file_offset, 135 session->tool, event->file_offset, in ordered_events__deliver_event() 791 u64 timestamp, u64 file_offset, const char *file_path) in perf_session__queue_event() argument 793 return ordered_events__queue(&s->ordered_events, event, timestamp, file_offset, file_path); in perf_session__queue_event() 1044 u64 file_offset, struct perf_sample *sample, in dump_event() argument 1051 file_offset, file_path, event->header.size, event->header.type); in dump_event() 1060 printf("%#" PRIx64 " [%#x]: PERF_RECORD_%s", file_offset, in dump_event() 1392 const struct perf_tool *tool, u64 file_offset, in machines__deliver_event() argument 1398 dump_event(evlist, event, file_offset, sample, file_path); in machines__deliver_event() 1502 u64 file_offset, in perf_session__deliver_event() argument [all …]
|
| H A D | ordered-events.h | 11 u64 file_offset; member 57 u64 timestamp, u64 file_offset, const char *file_path);
|
| H A D | session.h | 123 int perf_session__peek_event(struct perf_session *session, off_t file_offset, 136 u64 timestamp, u64 file_offset, const char *file_path);
|
| H A D | auxtrace.c | 445 off_t file_offset, size_t sz) in auxtrace_queues__add_indexed_event() argument 451 err = perf_session__peek_event(session, file_offset, buf, in auxtrace_queues__add_indexed_event() 462 file_offset += event->header.size; in auxtrace_queues__add_indexed_event() 464 file_offset, NULL); in auxtrace_queues__add_indexed_event() 957 union perf_event *event, off_t file_offset) in auxtrace_index__auxtrace_event() argument 967 auxtrace_index->entries[nr].file_offset = file_offset; in auxtrace_index__auxtrace_event() 981 ent.file_offset = auxtrace_index->entries[i].file_offset; in auxtrace_index__do_write() 1026 auxtrace_index->entries[nr].file_offset = in auxtrace_index__process_entry() 1027 bswap_64(ent.file_offset); in auxtrace_index__process_entry() 1030 auxtrace_index->entries[nr].file_offset = ent.file_offset; in auxtrace_index__process_entry() [all …]
|
| H 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()
|
| H A D | tool.c | 18 union perf_event *event, u64 file_offset, in perf_session__process_compressed_event() argument 40 decomp->file_pos = file_offset; in perf_session__process_compressed_event() 243 u64 file_offset __maybe_unused, in perf_session__process_compressed_event_stub()
|
| H A D | auxtrace.h | 173 u64 file_offset; member 597 off_t file_offset);
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_mass_storage.c | 613 loff_t file_offset, file_offset_tmp; in do_read() local 643 file_offset = ((loff_t) lba) << curlun->blkbits; in do_read() 659 curlun->file_length - file_offset); in do_read() 675 file_offset >> curlun->blkbits; in do_read() 683 file_offset_tmp = file_offset; in do_read() 687 (unsigned long long)file_offset, (int)nread); in do_read() 699 file_offset += nread; in do_read() 715 file_offset >> curlun->blkbits; in do_read() 744 loff_t usb_offset, file_offset, file_offset_tmp; in do_write() local 792 file_offset = usb_offset = ((loff_t) lba) << curlun->blkbits; in do_write() [all …]
|
| /linux/kernel/cgroup/ |
| H A D | pids.c | 410 .file_offset = offsetof(struct pids_cgroup, events_file), 416 .file_offset = offsetof(struct pids_cgroup, events_local_file), 442 .file_offset = offsetof(struct pids_cgroup, events_file),
|
| H A D | misc.c | 418 .file_offset = offsetof(struct misc_cg, events_file), 424 .file_offset = offsetof(struct misc_cg, events_local_file),
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_dump.h | 25 __le32 file_offset; member
|
| /linux/fs/ceph/ |
| H A D | ioctl.h | 57 __u64 file_offset; /* in+out: file offset */ member
|
| H A D | ioctl.c | 199 ceph_calc_file_object_mapping(&ci->i_layout, dl.file_offset, 1, in ceph_ioctl_get_dataloc() 201 dl.file_offset -= dl.object_offset; in ceph_ioctl_get_dataloc()
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H 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/drivers/usb/core/ |
| H A D | devices.c | 391 loff_t *skip_bytes, loff_t *file_offset, in usb_device_dump() argument 486 *file_offset += length; in usb_device_dump() 499 file_offset, childdev, bus, in usb_device_dump()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | main.c | 26 size_t file_offset; member 141 if (ops->file_offset) { in iommufd_object_abort_and_destroy() 142 struct file **filep = ((void *)obj) + ops->file_offset; in iommufd_object_abort_and_destroy() 688 .file_offset = (offsetof(_struct, _filep) + \
|
| /linux/include/sound/sof/ |
| H A D | ext_manifest4.h | 90 uint32_t file_offset; member
|
| /linux/tools/power/acpi/os_specific/service_layers/ |
| H 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/lib/ |
| H A D | test_firmware.c | 105 size_t file_offset; member 235 test_fw_config->file_offset = 0; in __test_firmware_config_init() 312 "file_offset:\t%zu\n", test_fw_config->file_offset); in config_show() 579 &test_fw_config->file_offset); in config_file_offset_store() 590 return test_dev_config_show_size_t(buf, test_fw_config->file_offset); in config_file_offset_show() 881 test_fw_config->file_offset); in test_fw_run_batch_request()
|
| /linux/fs/iomap/ |
| H A D | ioend.c | 17 struct bio *bio, loff_t file_offset, u16 ioend_flags) in iomap_init_ioend() 27 ioend->io_offset = file_offset; in iomap_init_ioend() 16 iomap_init_ioend(struct inode * inode,struct bio * bio,loff_t file_offset,u16 ioend_flags) iomap_init_ioend() argument
|
| /linux/include/linux/ |
| H A D | iomap.h | 472 loff_t file_offset, u16 ioend_flags); 528 loff_t file_offset);
|