Home
last modified time | relevance | path

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

/fs/ocfs2/
Ddlmglue.h75 struct pid *oh_owner_pid; member
Ddlmglue.c760 oh->oh_owner_pid = get_pid(task_pid(current)); in ocfs2_add_holder()
774 put_pid(oh->oh_owner_pid); in ocfs2_remove_holder()
786 if (oh->oh_owner_pid == pid) { in ocfs2_is_locked_by_me()