Searched refs:gh_owner_pid (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/gfs2/
H A Dglock.c1272 gh->gh_owner_pid = get_pid(task_pid(current));
1294 put_pid(gh->gh_owner_pid);
1295 gh->gh_owner_pid = get_pid(task_pid(current));
1306 put_pid(gh->gh_owner_pid);
1501 GLOCK_BUG_ON(gl, gh->gh_owner_pid == NULL);
1517 if (likely(gh2->gh_owner_pid != gh->gh_owner_pid))
1552 fs_err(sdp, "pid: %d\n", pid_nr(gh2->gh_owner_pid));
1556 fs_err(sdp, "pid: %d\n", pid_nr(gh->gh_owner_pid));
2295 owner_pid = pid_nr(gh->gh_owner_pid);
[all...]
H A Dglock.h150 if (gh->gh_owner_pid == pid)
H A Dincore.h263 struct pid *gh_owner_pid; member in struct:gfs2_holder

Completed in 135 milliseconds