Searched refs:prev_entry (Results 1 – 11 of 11) sorted by relevance
| /Linux-v4.19/fs/btrfs/ |
| D | extent_map.c | 149 struct extent_map *prev_entry = NULL; in __tree_search() local 154 prev_entry = entry; in __tree_search() 166 while (prev && offset >= extent_map_end(prev_entry)) { in __tree_search() 168 prev_entry = rb_entry(prev, struct extent_map, rb_node); in __tree_search() 175 prev_entry = rb_entry(prev, struct extent_map, rb_node); in __tree_search() 176 while (prev && offset < prev_entry->start) { in __tree_search() 178 prev_entry = rb_entry(prev, struct extent_map, rb_node); in __tree_search()
|
| D | ordered-data.c | 71 struct btrfs_ordered_extent *prev_entry = NULL; in __tree_search() local 76 prev_entry = entry; in __tree_search() 88 while (prev && file_offset >= entry_end(prev_entry)) { in __tree_search() 92 prev_entry = rb_entry(test, struct btrfs_ordered_extent, in __tree_search() 94 if (file_offset < entry_end(prev_entry)) in __tree_search() 100 prev_entry = rb_entry(prev, struct btrfs_ordered_extent, in __tree_search() 102 while (prev && file_offset < entry_end(prev_entry)) { in __tree_search() 106 prev_entry = rb_entry(test, struct btrfs_ordered_extent, in __tree_search()
|
| D | extent_io.c | 285 struct tree_entry *prev_entry = NULL; in __etree_search() local 290 prev_entry = entry; in __etree_search() 307 while (prev && offset > prev_entry->end) { in __etree_search() 309 prev_entry = rb_entry(prev, struct tree_entry, rb_node); in __etree_search() 316 prev_entry = rb_entry(prev, struct tree_entry, rb_node); in __etree_search() 317 while (prev && offset < prev_entry->start) { in __etree_search() 319 prev_entry = rb_entry(prev, struct tree_entry, rb_node); in __etree_search()
|
| /Linux-v4.19/net/ipv6/ |
| D | calipso.c | 216 struct calipso_map_cache_entry *prev_entry = NULL; in calipso_cache_check() local 234 if (!prev_entry) { in calipso_cache_check() 239 if (prev_entry->activity > 0) in calipso_cache_check() 240 prev_entry->activity -= 1; in calipso_cache_check() 241 if (entry->activity > prev_entry->activity && in calipso_cache_check() 242 entry->activity - prev_entry->activity > in calipso_cache_check() 246 prev_entry->list.prev, in calipso_cache_check() 247 &prev_entry->list); in calipso_cache_check() 253 prev_entry = entry; in calipso_cache_check()
|
| /Linux-v4.19/net/ipv4/ |
| D | cipso_ipv4.c | 254 struct cipso_v4_map_cache_entry *prev_entry = NULL; in cipso_v4_cache_check() local 272 if (!prev_entry) { in cipso_v4_cache_check() 277 if (prev_entry->activity > 0) in cipso_v4_cache_check() 278 prev_entry->activity -= 1; in cipso_v4_cache_check() 279 if (entry->activity > prev_entry->activity && in cipso_v4_cache_check() 280 entry->activity - prev_entry->activity > in cipso_v4_cache_check() 284 prev_entry->list.prev, in cipso_v4_cache_check() 285 &prev_entry->list); in cipso_v4_cache_check() 291 prev_entry = entry; in cipso_v4_cache_check()
|
| /Linux-v4.19/fs/nilfs2/ |
| D | alloc.h | 89 struct nilfs_bh_assoc prev_entry; member
|
| D | alloc.c | 321 &cache->prev_entry, &cache->lock); in nilfs_palloc_get_entry_block() 335 &cache->prev_entry, &cache->lock); in nilfs_palloc_delete_entry_block() 851 brelse(cache->prev_entry.bh); in nilfs_palloc_clear_cache() 854 cache->prev_entry.bh = NULL; in nilfs_palloc_clear_cache()
|
| /Linux-v4.19/drivers/net/ethernet/3com/ |
| D | 3c515.c | 1014 struct boom_tx_desc *prev_entry; in corkscrew_start_xmit() local 1021 prev_entry = &vp->tx_ring[(vp->cur_tx - 1) % TX_RING_SIZE]; in corkscrew_start_xmit() 1023 prev_entry = NULL; in corkscrew_start_xmit() 1040 if (prev_entry) in corkscrew_start_xmit() 1041 prev_entry->next = isa_virt_to_bus(&vp->tx_ring[entry]); in corkscrew_start_xmit() 1054 if (prev_entry) in corkscrew_start_xmit() 1055 prev_entry->status &= ~0x80000000; in corkscrew_start_xmit()
|
| D | 3c59x.c | 2118 struct boom_tx_desc *prev_entry = &vp->tx_ring[(vp->cur_tx-1) % TX_RING_SIZE]; in boomerang_start_xmit() local 2216 prev_entry->next = cpu_to_le32(vp->tx_ring_dma + entry * sizeof(struct boom_tx_desc)); in boomerang_start_xmit() 2232 prev_entry->status &= cpu_to_le32(~TxIntrUploaded); in boomerang_start_xmit()
|
| /Linux-v4.19/fs/f2fs/ |
| D | extent_cache.c | 98 struct rb_entry **prev_entry, in f2fs_lookup_rb_tree_ret() argument 110 *prev_entry = NULL; in f2fs_lookup_rb_tree_ret() 145 *prev_entry = rb_entry_safe(tmp_node, struct rb_entry, rb_node); in f2fs_lookup_rb_tree_ret() 152 *prev_entry = rb_entry_safe(tmp_node, struct rb_entry, rb_node); in f2fs_lookup_rb_tree_ret()
|
| D | f2fs.h | 3315 struct rb_entry **prev_entry, struct rb_entry **next_entry,
|