/linux-4.1.27/include/linux/ |
D | radix-tree.h | 276 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,
|
D | mm.h | 1098 pgoff_t first_index; /* Lowest page->index to unmap */ member
|
/linux-4.1.27/fs/xfs/ |
D | xfs_icache.c | 518 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 …]
|
D | xfs_inode.c | 3201 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/ |
D | trace.c | 126 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/ |
D | radix-tree.c | 1007 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/ |
D | llog.c | 485 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/ |
D | extent_io.c | 3169 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()
|
D | file.c | 1480 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/ |
D | atl1c_main.c | 2076 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/ |
D | memory.c | 2370 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()
|