Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.c198 STATIC pb_hash_t pbhash[NHASH]; variable
199 #define pb_hash(pb) &pbhash[pb->pb_hash_index]
654 h = &pbhash[hval]; in _pagebuf_find()
1447 h = &pbhash[i]; in xfs_wait_buftarg()
2345 spin_lock_init(&pbhash[i].pb_hash_lock); in pagebuf_init()
2346 INIT_LIST_HEAD(&pbhash[i].pb_hash); in pagebuf_init()