Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dblock_dev.c258 static struct list_head bdev_hashtable[HASH_SIZE]; variable
282 struct list_head *head = bdev_hashtable; in bdev_cache_init()
333 struct list_head * head = bdev_hashtable + hash(dev); in bdget()