Searched refs:lckarg (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd_lock.c | 1904 getlock(nlm4_lockargs *lckarg, struct svc_req *rqstp, const int flags) in getlock() argument 1911 if (grace_expired == 0 && lckarg->reclaim == 0) in getlock() 1916 newfl = allocate_file_lock(&lckarg->alock.oh, &lckarg->cookie, in getlock() 1917 (struct sockaddr *)svc_getrpccaller(rqstp->rq_xprt)->buf, lckarg->alock.caller_name); in getlock() 1925 if (lckarg->alock.fh.n_len != sizeof(fhandle_t)) { in getlock() 1927 lckarg->alock.fh.n_len, (int)sizeof(fhandle_t)); in getlock() 1930 fill_file_lock(newfl, (fhandle_t *)lckarg->alock.fh.n_bytes, in getlock() 1931 lckarg->exclusive, lckarg->alock.svid, lckarg->alock.l_offset, in getlock() 1932 lckarg->alock.l_len, in getlock() 1933 lckarg->state, 0, flags, lckarg->block); in getlock()
|
H A D | lockd_lock.h | 7 enum nlm_stats getlock(nlm4_lockargs *lckarg, struct svc_req *rqstp,
|