Home
last modified time | relevance | path

Searched refs:prev_entry (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dextent_map.c148 struct extent_map *prev_entry = NULL; in __tree_search() local
153 prev_entry = entry; in __tree_search()
165 while (prev && offset >= extent_map_end(prev_entry)) { in __tree_search()
167 prev_entry = rb_entry(prev, struct extent_map, rb_node); in __tree_search()
174 prev_entry = rb_entry(prev, struct extent_map, rb_node); in __tree_search()
175 while (prev && offset < prev_entry->start) { in __tree_search()
177 prev_entry = rb_entry(prev, struct extent_map, rb_node); in __tree_search()
Dordered-data.c84 struct btrfs_ordered_extent *prev_entry = NULL; in __tree_search() local
89 prev_entry = entry; in __tree_search()
101 while (prev && file_offset >= entry_end(prev_entry)) { in __tree_search()
105 prev_entry = rb_entry(test, struct btrfs_ordered_extent, in __tree_search()
107 if (file_offset < entry_end(prev_entry)) in __tree_search()
113 prev_entry = rb_entry(prev, struct btrfs_ordered_extent, in __tree_search()
115 while (prev && file_offset < entry_end(prev_entry)) { in __tree_search()
119 prev_entry = rb_entry(test, struct btrfs_ordered_extent, in __tree_search()
Dextent_io.c303 struct tree_entry *prev_entry = NULL; in __etree_search() local
308 prev_entry = entry; in __etree_search()
325 while (prev && offset > prev_entry->end) { in __etree_search()
327 prev_entry = rb_entry(prev, struct tree_entry, rb_node); in __etree_search()
334 prev_entry = rb_entry(prev, struct tree_entry, rb_node); in __etree_search()
335 while (prev && offset < prev_entry->start) { in __etree_search()
337 prev_entry = rb_entry(prev, struct tree_entry, rb_node); in __etree_search()
/linux-4.4.14/net/ipv4/
Dcipso_ipv4.c324 struct cipso_v4_map_cache_entry *prev_entry = NULL; in cipso_v4_cache_check() local
342 if (!prev_entry) { in cipso_v4_cache_check()
347 if (prev_entry->activity > 0) in cipso_v4_cache_check()
348 prev_entry->activity -= 1; in cipso_v4_cache_check()
349 if (entry->activity > prev_entry->activity && in cipso_v4_cache_check()
350 entry->activity - prev_entry->activity > in cipso_v4_cache_check()
354 prev_entry->list.prev, in cipso_v4_cache_check()
355 &prev_entry->list); in cipso_v4_cache_check()
361 prev_entry = entry; in cipso_v4_cache_check()
/linux-4.4.14/fs/nilfs2/
Dalloc.h103 struct nilfs_bh_assoc prev_entry; member
Dalloc.c331 &cache->prev_entry, &cache->lock); in nilfs_palloc_get_entry_block()
345 &cache->prev_entry, &cache->lock); in nilfs_palloc_delete_entry_block()
864 brelse(cache->prev_entry.bh); in nilfs_palloc_clear_cache()
867 cache->prev_entry.bh = NULL; in nilfs_palloc_clear_cache()
/linux-4.4.14/drivers/net/ethernet/3com/
D3c515.c1014 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()
D3c59x.c2134 struct boom_tx_desc *prev_entry = &vp->tx_ring[(vp->cur_tx-1) % TX_RING_SIZE]; in boomerang_start_xmit() local
2232 prev_entry->next = cpu_to_le32(vp->tx_ring_dma + entry * sizeof(struct boom_tx_desc)); in boomerang_start_xmit()
2248 prev_entry->status &= cpu_to_le32(~TxIntrUploaded); in boomerang_start_xmit()