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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_lock.c268 if (msgreq->lmr_msg.lm_fl.l_pid != ansp->la_pid)
371 msg->lm_fl.l_pid,
780 msg->lm_fl.l_pid = nlop->nlo_pid;
822 msg->lm_fl.l_pid = nlop->nlo_pid;
861 msg->lm_fl.l_pid = nlop->nlo_pid;
868 fl->l_pid = msg->lm_fl.l_pid;
930 msgreq->lmr_msg.lm_fl.l_pid = ansp->la_pid;
H A Dnfs4_vnops.c3467 fl->l_pid = 0;
3521 fl->l_pid = (nflp->nfl_flags & NFS_FILE_LOCK_STYLE_FLOCK) ? -1 : nflp->nfl_owner->nlo_pid;
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h415 pid_t l_pid; /* lock owner */ member in struct:flock
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c288 error = lf_getlock(lock, fl, fl->l_pid);
868 * Notes: fl->l_pid will be (-1) for file locks and will only be set to
890 fl->l_pid = proc_pid((struct proc *)(block->lf_id));
892 fl->l_pid = -1;

Completed in 92 milliseconds