/linux-4.4.14/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 | 1081 pgoff_t first_index; /* Lowest page->index to unmap */ member
|
/linux-4.4.14/fs/xfs/ |
D | xfs_icache.c | 520 uint32_t first_index; in xfs_inode_ag_walk() local 529 first_index = 0; in xfs_inode_ag_walk() 540 (void **)batch, first_index, in xfs_inode_ag_walk() 545 (void **) batch, first_index, in xfs_inode_ag_walk() 577 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_inode_ag_walk() 578 if (first_index < XFS_INO_TO_AGINO(mp, ip->i_ino)) in xfs_inode_ag_walk() 1036 unsigned long first_index = 0; in xfs_reclaim_inodes_ag() local 1048 first_index = pag->pag_ici_reclaim_cursor; in xfs_reclaim_inodes_ag() 1059 (void **)batch, first_index, in xfs_reclaim_inodes_ag() 1095 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino + 1); in xfs_reclaim_inodes_ag() [all …]
|
D | xfs_inode.c | 3185 unsigned long first_index, mask; in xfs_iflush_cluster() local 3204 first_index = XFS_INO_TO_AGINO(mp, ip->i_ino) & mask; in xfs_iflush_cluster() 3208 first_index, inodes_per_cluster); in xfs_iflush_cluster() 3226 (XFS_INO_TO_AGINO(mp, iq->i_ino) & mask) != first_index) { in xfs_iflush_cluster()
|
/linux-4.4.14/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.4.14/lib/ |
D | radix-tree.c | 1012 unsigned long first_index, unsigned int max_items) in radix_tree_gang_lookup() argument 1021 radix_tree_for_each_slot(slot, root, &iter, first_index) { in radix_tree_gang_lookup() 1058 unsigned long first_index, unsigned int max_items) in radix_tree_gang_lookup_slot() argument 1067 radix_tree_for_each_slot(slot, root, &iter, first_index) { in radix_tree_gang_lookup_slot() 1094 unsigned long first_index, unsigned int max_items, in radix_tree_gang_lookup_tag() argument 1104 radix_tree_for_each_tagged(slot, root, &iter, first_index, tag) { in radix_tree_gang_lookup_tag() 1135 unsigned long first_index, unsigned int max_items, in radix_tree_gang_lookup_tag_slot() argument 1145 radix_tree_for_each_tagged(slot, root, &iter, first_index, tag) { in radix_tree_gang_lookup_tag_slot()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 2085 u16 first_index, index; in atl1c_tx_rollback() local 2087 first_index = first_tpd - (struct atl1c_tpd_desc *)tpd_ring->desc; in atl1c_tx_rollback() 2088 index = first_index; in atl1c_tx_rollback() 2097 tpd_ring->next_to_use = first_index; in atl1c_tx_rollback()
|
/linux-4.4.14/fs/btrfs/ |
D | extent_io.c | 3240 int first_index = 0; in __extent_readpages() local 3247 first_index = index; in __extent_readpages() 3251 __do_contiguous_readpages(tree, &pages[first_index], in __extent_readpages() 3252 index - first_index, start, in __extent_readpages() 3258 first_index = index; in __extent_readpages() 3263 __do_contiguous_readpages(tree, &pages[first_index], in __extent_readpages() 3264 index - first_index, start, in __extent_readpages()
|
/linux-4.4.14/mm/ |
D | memory.c | 2412 details->first_index, details->last_index) { in unmap_mapping_range_tree() 2417 zba = details->first_index; in unmap_mapping_range_tree() 2464 details.first_index = hba; in unmap_mapping_range() 2466 if (details.last_index < details.first_index) in unmap_mapping_range()
|