Searched refs:start_index (Results 1 – 10 of 10) sorted by relevance
/fs/squashfs/ |
D | file_direct.c | 34 int start_index = target_page->index & ~mask; in squashfs_readpage_block() local 35 int end_index = start_index | mask; in squashfs_readpage_block() 44 pages = end_index - start_index + 1; in squashfs_readpage_block() 59 for (missing_pages = 0, i = 0, n = start_index; i < pages; i++, n++) { in squashfs_readpage_block()
|
D | file.c | 388 int start_index = page->index & ~mask, end_index = start_index | mask; in squashfs_copy_cache() local 396 for (i = start_index; i <= end_index && bytes > 0; i++, in squashfs_copy_cache()
|
/fs/f2fs/ |
D | verity.c | 259 pgoff_t start_index, unsigned long count) in f2fs_merkle_tree_readahead() argument 267 for (index = start_index; index < start_index + count; index++) { in f2fs_merkle_tree_readahead()
|
/fs/ext4/ |
D | verity.c | 370 pgoff_t start_index, unsigned long count) in ext4_merkle_tree_readahead() argument 378 for (index = start_index; index < start_index + count; index++) { in ext4_merkle_tree_readahead()
|
/fs/incfs/ |
D | data_mgmt.c | 635 if (arg->start_index > end_index) { in incfs_get_filled_blocks() 636 arg->index_out = arg->start_index; in incfs_get_filled_blocks() 639 arg->index_out = arg->start_index; in incfs_get_filled_blocks() 646 .begin = arg->start_index, in incfs_get_filled_blocks() 662 for (arg->index_out = arg->start_index; arg->index_out < end_index; in incfs_get_filled_blocks() 715 if (!error && in_range && arg->start_index == 0 && in incfs_get_filled_blocks()
|
D | format.c | 521 int start_index, int blocks_number, in incfs_read_blockmap_entries() argument 525 bm_base_off + sizeof(struct incfs_blockmap_entry) * start_index; in incfs_read_blockmap_entries() 533 if (start_index < 0 || bm_base_off <= 0) in incfs_read_blockmap_entries()
|
D | format.h | 340 int start_index, int blocks_number,
|
/fs/ceph/ |
D | addr.c | 778 pgoff_t index, start_index, end = -1; in ceph_writepages_start() local 806 start_index = wbc->range_cyclic ? mapping->writeback_index : 0; in ceph_writepages_start() 807 index = start_index; in ceph_writepages_start() 825 index = start_index; in ceph_writepages_start() 1145 end = start_index - 1; /* OK even when start_index == 0 */ in ceph_writepages_start() 1150 start_index == 0 && /* all dirty pages were checked */ in ceph_writepages_start() 1169 start_index = 0; in ceph_writepages_start()
|
/fs/btrfs/ |
D | extent_io.c | 1736 pgoff_t start_index, pgoff_t end_index, 1867 pgoff_t start_index, pgoff_t end_index, in __process_pages_contig() argument 1870 unsigned long nr_pages = end_index - start_index + 1; in __process_pages_contig() 1872 pgoff_t index = start_index; in __process_pages_contig() 1880 ASSERT(index_ret && *index_ret == start_index); in __process_pages_contig() 1939 *index_ret = start_index + pages_locked - 1; in __process_pages_contig()
|
D | ioctl.c | 1262 unsigned long start_index, in cluster_pages_for_defrag() argument 1270 u64 start = (u64)start_index << PAGE_SHIFT; in cluster_pages_for_defrag() 1282 if (!isize || start_index > file_end) in cluster_pages_for_defrag() 1285 page_cnt = min_t(u64, (u64)num_pages, (u64)file_end - start_index + 1); in cluster_pages_for_defrag() 1299 start_index + i, mask); in cluster_pages_for_defrag()
|