Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.c194 struct list_head pb_hash; member
199 #define pb_hash(pb) &pbhash[pb->pb_hash_index] macro
658 list_for_each_entry_safe(pb, n, &h->pb_hash, pb_hash_list) { in _pagebuf_find()
666 list_move(&pb->pb_hash_list, &h->pb_hash); in _pagebuf_find()
676 list_add(&new_pb->pb_hash_list, &h->pb_hash); in _pagebuf_find()
1007 pb_hash_t *hash = pb_hash(pb); in pagebuf_rele()
1450 list_for_each_entry_safe(pb, n, &h->pb_hash, pb_hash_list) { in xfs_wait_buftarg()
2346 INIT_LIST_HEAD(&pbhash[i].pb_hash); in pagebuf_init()