Home
last modified time | relevance | path

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

/drivers/block/drbd/
Ddrbd_req.h239 return mdev->tl_hash + in tl_hash_slot()
Ddrbd_receiver.c1712 BUG_ON(mdev->tl_hash == NULL); in receive_Data()
3744 if (!mdev->tl_hash || mdev->state.conn != C_STANDALONE) { in drbd_free_tl_hash()
3758 for (h = mdev->tl_hash; h < mdev->tl_hash + mdev->tl_hash_s; h++) in drbd_free_tl_hash()
3761 (int)(h - mdev->tl_hash), h->first); in drbd_free_tl_hash()
3762 kfree(mdev->tl_hash); in drbd_free_tl_hash()
3763 mdev->tl_hash = NULL; in drbd_free_tl_hash()
Ddrbd_req.c341 BUG_ON(mdev->tl_hash == NULL); in _req_conflicts()
Ddrbd_main.c212 mdev->tl_hash = NULL; in tl_init()
226 kfree(mdev->tl_hash); in tl_cleanup()
227 mdev->tl_hash = NULL; in tl_cleanup()
1607 if (ns.conn == C_STANDALONE && !is_susp(ns) && mdev->tl_hash) in after_state_ch()
Ddrbd_nl.c1556 kfree(mdev->tl_hash); in drbd_nl_net_conf()
1558 mdev->tl_hash = new_tl_hash; in drbd_nl_net_conf()
Ddrbd_int.h1025 struct hlist_head *tl_hash; member