Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/dlm/
H A Dnetlink.c99 data->ownpid = lkb->lkb_ownpid; in fill_data()
H A Ddebug_fs.c186 lkb->lkb_ownpid, in print_format2_lock()
240 lkb->lkb_ownpid, in print_format3_lock()
H A Ddlm_internal.h234 int lkb_ownpid; /* pid of lock owner */ member
H A Drcom.c378 rl->rl_ownpid = cpu_to_le32(lkb->lkb_ownpid); in pack_rcom_lock()
H A Dlock.c2921 lkb->lkb_ownpid = (int) current->pid; in validate_lock_args()
3605 ms->m_pid = lkb->lkb_ownpid; in send_args()
3922 lkb->lkb_ownpid = ms->m_pid; in receive_request_args()
5596 lkb->lkb_ownpid = le32_to_cpu(rl->rl_ownpid); in receive_rcom_lock_args()
5950 lkb->lkb_ownpid = (int) current->pid; in dlm_user_adopt_orphan()
6277 if (pid && lkb->lkb_ownpid != pid) in do_purge()
/kernel/linux/linux-6.6/fs/dlm/
H A Ddebug_fs.c189 lkb->lkb_ownpid, in print_format2_lock()
243 lkb->lkb_ownpid, in print_format3_lock()
H A Ddlm_internal.h234 int lkb_ownpid; /* pid of lock owner */ member
H A Drcom.c423 rl->rl_ownpid = cpu_to_le32(lkb->lkb_ownpid); in pack_rcom_lock()
H A Dlock.c2692 lkb->lkb_ownpid = (int) current->pid; in validate_lock_args()
3404 ms->m_pid = cpu_to_le32(lkb->lkb_ownpid); in send_args()
3727 lkb->lkb_ownpid = le32_to_cpu(ms->m_pid); in receive_request_args()
5349 lkb->lkb_ownpid = le32_to_cpu(rl->rl_ownpid); in receive_rcom_lock_args()
5717 lkb->lkb_ownpid = (int) current->pid; in dlm_user_adopt_orphan()
6050 if (pid && lkb->lkb_ownpid != pid) in do_purge()

Completed in 23 milliseconds