Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dradix-tree.h276 unsigned long first_index, unsigned int max_items);
279 unsigned long first_index, unsigned int max_items);
291 unsigned long first_index, unsigned int max_items,
295 unsigned long first_index, unsigned int max_items,
Dmm.h1098 pgoff_t first_index; /* Lowest page->index to unmap */ member
/linux-4.1.27/fs/xfs/
Dxfs_icache.c518 uint32_t first_index; in xfs_inode_ag_walk() local
527 first_index = 0; in xfs_inode_ag_walk()
538 (void **)batch, first_index, in xfs_inode_ag_walk()
543 (void **) batch, first_index, in xfs_inode_ag_walk()
575 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_inode_ag_walk()
576 if (first_index < XFS_INO_TO_AGINO(mp, ip->i_ino)) in xfs_inode_ag_walk()
1034 unsigned long first_index = 0; in xfs_reclaim_inodes_ag() local
1046 first_index = pag->pag_ici_reclaim_cursor; in xfs_reclaim_inodes_ag()
1057 (void **)batch, first_index, in xfs_reclaim_inodes_ag()
1093 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_reclaim_inodes_ag()
[all …]
Dxfs_inode.c3201 unsigned long first_index, mask; in xfs_iflush_cluster() local
3220 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino) & mask; in xfs_iflush_cluster()
3224 first_index, inodes_per_cluster); in xfs_iflush_cluster()
3242 (XFS_INO_TO_AGINO(mp, iq->i_ino) & mask) != first_index) { in xfs_iflush_cluster()
/linux-4.1.27/fs/f2fs/
Dtrace.c126 static unsigned int gang_lookup_pids(pid_t *results, unsigned long first_index, in gang_lookup_pids() argument
136 radix_tree_for_each_slot(slot, &pids, &iter, first_index) { in gang_lookup_pids()
/linux-4.1.27/lib/
Dradix-tree.c1007 unsigned long first_index, unsigned int max_items) in radix_tree_gang_lookup() argument
1016 radix_tree_for_each_slot(slot, root, &iter, first_index) { in radix_tree_gang_lookup()
1053 unsigned long first_index, unsigned int max_items) in radix_tree_gang_lookup_slot() argument
1062 radix_tree_for_each_slot(slot, root, &iter, first_index) { in radix_tree_gang_lookup_slot()
1089 unsigned long first_index, unsigned int max_items, in radix_tree_gang_lookup_tag() argument
1099 radix_tree_for_each_tagged(slot, root, &iter, first_index, tag) { in radix_tree_gang_lookup_tag()
1130 unsigned long first_index, unsigned int max_items, in radix_tree_gang_lookup_tag_slot() argument
1140 radix_tree_for_each_tagged(slot, root, &iter, first_index, tag) { in radix_tree_gang_lookup_tag_slot()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog.c485 int rc = 0, first_index = 1, index, idx; in llog_reverse_process() local
492 first_index = cd->lpcd_first_idx + 1; in llog_reverse_process()
503 while (index >= first_index && in llog_reverse_process()
507 LASSERT(index >= first_index - 1); in llog_reverse_process()
508 if (index == first_index - 1) in llog_reverse_process()
557 if (index < first_index) { in llog_reverse_process()
/linux-4.1.27/fs/btrfs/
Dextent_io.c3169 int first_index = 0; in __extent_readpages() local
3176 first_index = index; in __extent_readpages()
3180 __do_contiguous_readpages(tree, &pages[first_index], in __extent_readpages()
3181 index - first_index, start, in __extent_readpages()
3187 first_index = index; in __extent_readpages()
3192 __do_contiguous_readpages(tree, &pages[first_index], in __extent_readpages()
3193 index - first_index, start, in __extent_readpages()
Dfile.c1480 unsigned long first_index; in __btrfs_buffered_write() local
1496 first_index = pos >> PAGE_CACHE_SHIFT; in __btrfs_buffered_write()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c2076 u16 first_index, index; in atl1c_tx_rollback() local
2078 first_index = first_tpd - (struct atl1c_tpd_desc *)tpd_ring->desc; in atl1c_tx_rollback()
2079 index = first_index; in atl1c_tx_rollback()
2088 tpd_ring->next_to_use = first_index; in atl1c_tx_rollback()
/linux-4.1.27/mm/
Dmemory.c2370 details->first_index, details->last_index) { in unmap_mapping_range_tree()
2375 zba = details->first_index; in unmap_mapping_range_tree()
2422 details.first_index = hba; in unmap_mapping_range()
2424 if (details.last_index < details.first_index) in unmap_mapping_range()