Searched defs:last_index (Results 1 - 25 of 35) sorted by last modified time

12

/linux-master/fs/btrfs/
H A Dinode.c5879 u64 last_index; local
H A Ddelayed-inode.c1687 btrfs_readdir_get_delayed_items(struct inode *inode, u64 last_index, struct list_head *ins_list, struct list_head *del_list) argument
H A Dtree-log.c3587 u64 last_index; local
H A Dsend.c5279 pgoff_t last_index; local
H A Drelocation.c2993 const unsigned long last_index = (cluster->end - offset) >> PAGE_SHIFT; local
3128 unsigned long last_index; local
H A Dfree-space-cache.c374 unsigned long last_index; local
H A Ddefrag.c1172 unsigned long last_index = (start + len - 1) >> PAGE_SHIFT; local
1210 u64 last_index = (start + len - 1) >> PAGE_SHIFT; local
H A Dctree.h448 u64 last_index; member in struct:btrfs_file_private
/linux-master/mm/
H A Dmemory.c3707 pgoff_t last_index; local
3742 pgoff_t last_index = start + nr - 1; local
3670 unmap_mapping_range_tree(struct rb_root_cached *root, pgoff_t first_index, pgoff_t last_index, struct zap_details *details) argument
[all...]
H A Dfilemap.c2491 pgoff_t last_index; local
2472 filemap_readahead(struct kiocb *iocb, struct file *file, struct address_space *mapping, struct folio *folio, pgoff_t last_index) argument
4150 filemap_cachestat(struct address_space *mapping, pgoff_t first_index, pgoff_t last_index, struct cachestat *cs) argument
4285 pgoff_t first_index, last_index; local
[all...]
/linux-master/drivers/nvme/host/
H A Dcore.c2494 nvme_apst_get_transition_time(u64 total_latency, u64 *transition_time, unsigned *last_index) argument
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c20239 uint16_t last_index; local
H A Dlpfc_hbadisc.c2516 uint16_t last_index; local
H A Dlpfc_debugfs.c4257 uint32_t last_index, index, count; local
/linux-master/fs/f2fs/
H A Dcompress.c1245 unsigned int last_index = cc->cluster_size - 1; local
/linux-master/drivers/dma/
H A Dof-dma.c259 static atomic_t last_index; local
/linux-master/drivers/acpi/
H A Dacpi_processor.c820 int last_index = 0; local
/linux-master/lib/
H A Dtest_maple_tree.c2059 unsigned long last_index; local
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c148 u32 last_index; member in struct:mlx5e_tc_jump_state
/linux-master/drivers/iommu/iommufd/
H A Ddevice.c1063 unsigned long last_index = iopt_area_iova_to_index(area, last); local
H A Dpages.c131 interval_tree_double_span_iter_first( struct interval_tree_double_span_iter *iter, struct rb_root_cached *itree1, struct rb_root_cached *itree2, unsigned long first_index, unsigned long last_index) argument
181 iopt_pages_err_unpin(struct iopt_pages *pages, unsigned long start_index, unsigned long last_index, struct page **page_list) argument
237 iopt_area_unmap_domain_range(struct iopt_area *area, struct iommu_domain *domain, unsigned long start_index, unsigned long last_index) argument
375 batch_from_domain(struct pfn_batch *batch, struct iommu_domain *domain, struct iopt_area *area, unsigned long start_index, unsigned long last_index) argument
402 raw_pages_from_domain(struct iommu_domain *domain, struct iopt_area *area, unsigned long start_index, unsigned long last_index, struct page **out_pages) argument
426 batch_from_domain_continue(struct pfn_batch *batch, struct iommu_domain *domain, struct iopt_area *area, unsigned long start_index, unsigned long last_index) argument
519 batch_from_xarray(struct pfn_batch *batch, struct xarray *xa, unsigned long start_index, unsigned long last_index) argument
540 batch_from_xarray_clear(struct pfn_batch *batch, struct xarray *xa, unsigned long start_index, unsigned long last_index) argument
563 clear_xarray(struct xarray *xa, unsigned long start_index, unsigned long last_index) argument
575 pages_to_xarray(struct xarray *xa, unsigned long start_index, unsigned long last_index, struct page **pages) argument
736 pfn_reader_user_pin(struct pfn_reader_user *user, struct iopt_pages *pages, unsigned long start_index, unsigned long last_index) argument
942 unsigned long last_index; member in struct:pfn_reader
1062 pfn_reader_init(struct pfn_reader *pfns, struct iopt_pages *pages, unsigned long start_index, unsigned long last_index) argument
1121 pfn_reader_first(struct pfn_reader *pfns, struct iopt_pages *pages, unsigned long start_index, unsigned long last_index) argument
1197 iopt_area_unpin_domain(struct pfn_batch *batch, struct iopt_area *area, struct iopt_pages *pages, struct iommu_domain *domain, unsigned long start_index, unsigned long last_index, unsigned long *unmapped_end_index, unsigned long real_last_index) argument
1257 __iopt_area_unfill_domain(struct iopt_area *area, struct iopt_pages *pages, struct iommu_domain *domain, unsigned long last_index) argument
1542 iopt_pages_unfill_xarray(struct iopt_pages *pages, unsigned long start_index, unsigned long last_index) argument
1590 iopt_pages_fill_from_xarray(struct iopt_pages *pages, unsigned long start_index, unsigned long last_index, struct page **out_pages) argument
1610 iopt_pages_fill_from_domain(struct iopt_pages *pages, unsigned long start_index, unsigned long last_index, struct page **out_pages) argument
1632 iopt_pages_fill_from_mm(struct iopt_pages *pages, struct pfn_reader_user *user, unsigned long start_index, unsigned long last_index, struct page **out_pages) argument
1671 iopt_pages_fill_xarray(struct iopt_pages *pages, unsigned long start_index, unsigned long last_index, struct page **out_pages) argument
1743 iopt_pages_rw_slow(struct iopt_pages *pages, unsigned long start_index, unsigned long last_index, unsigned long offset, void *data, unsigned long length, unsigned int flags) argument
1835 unsigned long last_index = (start_byte + length - 1) / PAGE_SIZE; local
1915 iopt_area_add_access(struct iopt_area *area, unsigned long start_index, unsigned long last_index, struct page **out_pages, unsigned int flags) argument
1971 iopt_area_remove_access(struct iopt_area *area, unsigned long start_index, unsigned long last_index) argument
[all...]
/linux-master/fs/ufs/
H A Dballoc.c248 pgoff_t index, cur_index, last_index; local
/linux-master/drivers/cpufreq/
H A Dcpufreq_stats.c20 unsigned int last_index; member in struct:cpufreq_stats
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2749 be_tx_compl_process(struct be_adapter *adapter, struct be_tx_obj *txo, u16 last_index) argument
/linux-master/fs/verity/
H A Dread_metadata.c22 pgoff_t index, last_index; local

Completed in 526 milliseconds

12