Home
last modified time | relevance | path

Searched refs:start_index (Results 1 – 15 of 15) sorted by relevance

/fs/squashfs/
A Dfile_direct.c30 loff_t start_index = folio->index & ~mask; in squashfs_readpage_block() local
31 loff_t end_index = start_index | mask; in squashfs_readpage_block()
41 pages = end_index - start_index + 1; in squashfs_readpage_block()
48 for (i = 0, index = start_index; index <= end_index; index++) { in squashfs_readpage_block()
71 start_index << PAGE_SHIFT); in squashfs_readpage_block()
A Dpage_actor.c111 struct page **page, int pages, int length, loff_t start_index) in squashfs_page_actor_init_special() argument
133 actor->next_index = start_index >> PAGE_SHIFT; in squashfs_page_actor_init_special()
A Dpage_actor.h33 loff_t start_index);
A Dfile.c391 int start_index = folio->index & ~mask, end_index = start_index | mask; in squashfs_copy_cache() local
399 for (i = start_index; i <= end_index && bytes > 0; i++, in squashfs_copy_cache()
/fs/xfs/libxfs/
A Dxfs_group.c102 uint32_t start_index, in xfs_group_next_range() argument
106 uint32_t index = start_index; in xfs_group_next_range()
A Dxfs_group.h74 struct xfs_group *xg, uint32_t start_index, uint32_t end_index,
/fs/btrfs/
A Ddefrag.c1372 pgoff_t start_index; in btrfs_defrag_file() local
1422 start_index = cur >> PAGE_SHIFT; in btrfs_defrag_file()
1423 if (start_index < inode->vfs_inode.i_mapping->writeback_index) in btrfs_defrag_file()
1424 inode->vfs_inode.i_mapping->writeback_index = start_index; in btrfs_defrag_file()
A Ddelayed-ref.c480 unsigned long start_index; in btrfs_select_ref_head() local
487 start_index = (delayed_refs->run_delayed_start >> fs_info->sectorsize_bits); in btrfs_select_ref_head()
488 xa_for_each_start(&delayed_refs->head_refs, found_index, head, start_index) { in btrfs_select_ref_head()
A Dfile.c2242 const pgoff_t start_index = page_lockstart >> PAGE_SHIFT; in check_range_has_page() local
2244 pgoff_t tmp = start_index; in check_range_has_page()
2257 if (folio->index < start_index) in check_range_has_page()
A Dextent_io.c2157 unsigned long start_index = (start >> fs_info->nodesize_bits); in btrfs_btree_wait_writeback_range() local
2161 while (start_index <= end_index) { in btrfs_btree_wait_writeback_range()
2165 nr_ebs = buffer_tree_get_ebs_tag(fs_info, &start_index, end_index, in btrfs_btree_wait_writeback_range()
A Dinode.c1931 pgoff_t start_index = start >> PAGE_SHIFT; in cleanup_dirty_folios() local
1946 for (pgoff_t index = start_index; index <= end_index; index++) { in cleanup_dirty_folios()
/fs/ceph/
A Daddr.c593 pgoff_t start_index; member
1044 ceph_wbc->start_index = wbc->range_cyclic ? mapping->writeback_index : 0; in ceph_init_writeback_ctl()
1045 ceph_wbc->index = ceph_wbc->start_index; in ceph_init_writeback_ctl()
1093 ceph_wbc->index = ceph_wbc->start_index; in ceph_define_writeback_range()
1604 ceph_wbc->start_index == 0 && /* all dirty pages were checked */ in ceph_wait_until_current_writes_complete()
1740 ceph_wbc.end = ceph_wbc.start_index - 1; in ceph_writepages_start()
1746 ceph_wbc.start_index = 0; in ceph_writepages_start()
/fs/bcachefs/
A Dfs-io-pagecache.c700 pgoff_t start_index = start_offset >> PAGE_SHIFT; in bch2_seek_pagecache_data() local
702 pgoff_t index = start_index; in bch2_seek_pagecache_data()
/fs/smb/server/
A Dsmb2pdu.h457 int find_matching_smb2_dialect(int start_index, __le16 *cli_dialects,
/fs/f2fs/
A Dsegment.c288 pgoff_t start_index = 0; in __complete_revoke_list() local
296 f2fs_truncate_hole(inode, start_index, cur->index); in __complete_revoke_list()
297 start_index = cur->index + 1; in __complete_revoke_list()
305 f2fs_do_truncate_blocks(inode, start_index * PAGE_SIZE, false); in __complete_revoke_list()

Completed in 59 milliseconds