Home
last modified time | relevance | path

Searched defs:mb_cache_entry (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Dmbcache.h7 struct mb_cache_entry { struct
8 struct list_head e_lru_list;
9 struct mb_cache *e_cache;
10 unsigned short e_used;
11 unsigned short e_queued;
12 struct block_device *e_bdev;
13 sector_t e_block;
14 struct list_head e_block_list;
15 struct {
40 struct mb_cache_entry *mb_cache_entry_alloc(struct mb_cache *, gfp_t); argument