Home
last modified time | relevance | path

Searched refs:first_index (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/include/linux/
Dradix-tree.h325 void **results, unsigned long first_index,
329 unsigned long first_index, unsigned int max_items);
345 void **results, unsigned long first_index,
348 void __rcu ***results, unsigned long first_index,
Dmm.h1339 pgoff_t first_index; /* Lowest page->index to unmap */ member
/linux-4.19.296/fs/xfs/
Dxfs_icache.c787 uint32_t first_index; in xfs_inode_ag_walk() local
796 first_index = 0; in xfs_inode_ag_walk()
807 (void **)batch, first_index, in xfs_inode_ag_walk()
812 (void **) batch, first_index, in xfs_inode_ag_walk()
844 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_inode_ag_walk()
845 if (first_index < XFS_INO_TO_AGINO(mp, ip->i_ino)) in xfs_inode_ag_walk()
1260 unsigned long first_index = 0; in xfs_reclaim_inodes_ag() local
1272 first_index = pag->pag_ici_reclaim_cursor; in xfs_reclaim_inodes_ag()
1283 (void **)batch, first_index, in xfs_reclaim_inodes_ag()
1319 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_reclaim_inodes_ag()
[all …]
Dxfs_inode.c3157 unsigned long first_index, mask; in xfs_iflush_cluster() local
3175 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino) & mask; in xfs_iflush_cluster()
3179 first_index, inodes_per_cluster); in xfs_iflush_cluster()
3206 if ((XFS_INO_TO_AGINO(mp, cip->i_ino) & mask) != first_index) { in xfs_iflush_cluster()
/linux-4.19.296/fs/f2fs/
Dtrace.c135 static unsigned int gang_lookup_pids(pid_t *results, unsigned long first_index, in gang_lookup_pids() argument
145 radix_tree_for_each_slot(slot, &pids, &iter, first_index) { in gang_lookup_pids()
/linux-4.19.296/lib/
Dradix-tree.c1824 unsigned long first_index, unsigned int max_items) in radix_tree_gang_lookup() argument
1833 radix_tree_for_each_slot(slot, root, &iter, first_index) { in radix_tree_gang_lookup()
1870 unsigned long first_index, unsigned int max_items) in radix_tree_gang_lookup_slot() argument
1879 radix_tree_for_each_slot(slot, root, &iter, first_index) { in radix_tree_gang_lookup_slot()
1906 unsigned long first_index, unsigned int max_items, in radix_tree_gang_lookup_tag() argument
1916 radix_tree_for_each_tagged(slot, root, &iter, first_index, tag) { in radix_tree_gang_lookup_tag()
1947 void __rcu ***results, unsigned long first_index, in radix_tree_gang_lookup_tag_slot() argument
1957 radix_tree_for_each_tagged(slot, root, &iter, first_index, tag) { in radix_tree_gang_lookup_tag_slot()
/linux-4.19.296/fs/btrfs/
Dextent_io.c3154 int first_index = 0; in __extent_readpages() local
3161 first_index = index; in __extent_readpages()
3165 __do_contiguous_readpages(tree, &pages[first_index], in __extent_readpages()
3166 index - first_index, start, in __extent_readpages()
3172 first_index = index; in __extent_readpages()
3177 __do_contiguous_readpages(tree, &pages[first_index], in __extent_readpages()
3178 index - first_index, start, in __extent_readpages()