Home
last modified time | relevance | path

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

/fs/xfs/linux-2.6/
Dxfs_buf.c264 INIT_LIST_HEAD(&bp->b_hash_list); in _xfs_buf_initialize()
336 ASSERT(list_empty(&bp->b_hash_list)); in xfs_buf_free()
513 list_for_each_entry_safe(bp, n, &hash->bh_list, b_hash_list) { in _xfs_buf_find()
522 list_move(&bp->b_hash_list, &hash->bh_list); in _xfs_buf_find()
532 list_add(&new_bp->b_hash_list, &hash->bh_list); in _xfs_buf_find()
880 list_del_init(&bp->b_hash_list); in xfs_buf_rele()
1371 list_for_each_entry_safe(bp, n, &hash->bh_list, b_hash_list) { in xfs_wait_buftarg()
Dxfs_buf.h154 struct list_head b_hash_list; /* hash table list */ member