Searched refs:lkb_ownpid (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/dlm/
H A Ddebug_fs.c189 lkb->lkb_ownpid,
243 lkb->lkb_ownpid,
H A Drcom.c423 rl->rl_ownpid = cpu_to_le32(lkb->lkb_ownpid);
H A Ddlm_internal.h234 int lkb_ownpid; /* pid of lock owner */ member in struct:dlm_lkb
H A Dlock.c2695 lkb->lkb_ownpid = (int) current->pid;
3407 ms->m_pid = cpu_to_le32(lkb->lkb_ownpid);
3730 lkb->lkb_ownpid = le32_to_cpu(ms->m_pid);
5391 lkb->lkb_ownpid = le32_to_cpu(rl->rl_ownpid);
5759 lkb->lkb_ownpid = (int) current->pid;
6092 if (pid && lkb->lkb_ownpid != pid)

Completed in 153 milliseconds