Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dblock_dev.c322 bdev = list_entry(p, struct block_device, bd_hash); in bdfind()
358 list_add(&new_bdev->bd_hash, head); in bdget()
383 list_del(&bdev->bd_hash); in bdput()
/linux-2.4.37.9/include/linux/
Dfs.h430 struct list_head bd_hash; member