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

/linux-master/fs/ocfs2/
H A Ddlmglue.h82 struct pid *oh_owner_pid; member in struct:ocfs2_lock_holder
H A Ddlmglue.c803 oh->oh_owner_pid = get_pid(task_pid(current));
818 if (oh->oh_owner_pid == pid) {
834 put_pid(oh->oh_owner_pid);

Completed in 92 milliseconds