nh_kref           786 fs/ocfs2/cluster/tcp.c 	nmh = container_of(kref, struct o2net_msg_handler, nh_kref);
nh_kref           793 fs/ocfs2/cluster/tcp.c 	kref_put(&nmh->nh_kref, o2net_handler_kref_release);
nh_kref           841 fs/ocfs2/cluster/tcp.c 	kref_init(&nmh->nh_kref);
nh_kref           880 fs/ocfs2/cluster/tcp.c 		kref_put(&nmh->nh_kref, o2net_handler_kref_release);
nh_kref           893 fs/ocfs2/cluster/tcp.c 		kref_get(&nmh->nh_kref);
nh_kref           188 fs/ocfs2/cluster/tcp_internal.h 	struct kref		nh_kref;