oh_list           797 fs/ocfs2/dlmglue.c 	INIT_LIST_HEAD(&oh->oh_list);
oh_list           801 fs/ocfs2/dlmglue.c 	list_add_tail(&oh->oh_list, &lockres->l_holders);
oh_list           812 fs/ocfs2/dlmglue.c 	list_for_each_entry(oh, &lockres->l_holders, oh_list) {
oh_list           826 fs/ocfs2/dlmglue.c 	list_del(&oh->oh_list);
oh_list            83 fs/ocfs2/dlmglue.h 	struct list_head oh_list;