Home
last modified time | relevance | path

Searched refs:e_block_list (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/
Dmbcache.c104 return !list_empty(&ce->e_block_list); in __mb_cache_entry_is_hashed()
112 list_del_init(&ce->e_block_list); in __mb_cache_entry_unhash()
362 INIT_LIST_HEAD(&ce->e_block_list); in mb_cache_entry_alloc()
399 list_entry(l, struct mb_cache_entry, e_block_list); in mb_cache_entry_insert()
406 list_add(&ce->e_block_list, &cache->c_block_hash[bucket]); in mb_cache_entry_insert()
468 ce = list_entry(l, struct mb_cache_entry, e_block_list); in mb_cache_entry_get()
/linux-3.4.99/include/linux/
Dmbcache.h14 struct list_head e_block_list; member