Lines Matching refs:mb_cache_entry
133 __spin_lock_mb_cache_entry(struct mb_cache_entry *ce) in __spin_lock_mb_cache_entry()
140 __spin_unlock_mb_cache_entry(struct mb_cache_entry *ce) in __spin_unlock_mb_cache_entry()
147 __mb_cache_entry_is_block_hashed(struct mb_cache_entry *ce) in __mb_cache_entry_is_block_hashed()
154 __mb_cache_entry_unhash_block(struct mb_cache_entry *ce) in __mb_cache_entry_unhash_block()
161 __mb_cache_entry_is_index_hashed(struct mb_cache_entry *ce) in __mb_cache_entry_is_index_hashed()
167 __mb_cache_entry_unhash_index(struct mb_cache_entry *ce) in __mb_cache_entry_unhash_index()
182 __mb_cache_entry_unhash_unlock(struct mb_cache_entry *ce) in __mb_cache_entry_unhash_unlock()
191 __mb_cache_entry_forget(struct mb_cache_entry *ce, gfp_t gfp_mask) in __mb_cache_entry_forget()
201 __mb_cache_entry_release(struct mb_cache_entry *ce) in __mb_cache_entry_release()
251 struct mb_cache_entry *entry, *tmp; in mb_cache_shrink_scan()
259 struct mb_cache_entry *ce = in mb_cache_shrink_scan()
261 struct mb_cache_entry, e_lru_list); in mb_cache_shrink_scan()
358 sizeof(struct mb_cache_entry), 0, in mb_cache_create()
400 struct mb_cache_entry *ce, *tmp; in mb_cache_shrink()
406 ce = list_entry(l, struct mb_cache_entry, e_lru_list); in mb_cache_shrink()
455 struct mb_cache_entry *ce, *tmp; in mb_cache_destroy()
501 struct mb_cache_entry *
504 struct mb_cache_entry *ce; in mb_cache_entry_alloc()
513 ce = list_entry(l, struct mb_cache_entry, e_lru_list); in mb_cache_entry_alloc()
579 mb_cache_entry_insert(struct mb_cache_entry *ce, struct block_device *bdev, in mb_cache_entry_insert()
587 struct mb_cache_entry *lce; in mb_cache_entry_insert()
627 mb_cache_entry_release(struct mb_cache_entry *ce) in mb_cache_entry_release()
638 mb_cache_entry_free(struct mb_cache_entry *ce) in mb_cache_entry_free()
660 struct mb_cache_entry *
666 struct mb_cache_entry *ce; in mb_cache_entry_get()
718 static struct mb_cache_entry *
725 struct mb_cache_entry *ce = in __mb_cache_entry_find()
726 hlist_bl_entry(l, struct mb_cache_entry, in __mb_cache_entry_find()
785 struct mb_cache_entry *
791 struct mb_cache_entry *ce = NULL; in mb_cache_entry_find_first()
823 struct mb_cache_entry *
824 mb_cache_entry_find_next(struct mb_cache_entry *prev, in mb_cache_entry_find_next()
830 struct mb_cache_entry *ce; in mb_cache_entry_find_next()