Home | History | Annotate | Download | only in client

Lines Matching refs:nfscllock

112 static void nfscl_insertlock(struct nfscllockowner *, struct nfscllock *,
113 struct nfscllock *, int);
114 static int nfscl_updatelock(struct nfscllockowner *, struct nfscllock **,
115 struct nfscllock **, int);
128 static int nfscl_checkconflict(struct nfscllockownerhead *, struct nfscllock *,
129 u_int8_t *, struct nfscllock **);
132 struct nfscllock *, u_int8_t *, struct nfscldeleg *, struct nfscllock **);
141 struct nfscllockowner *, struct nfscllock *, struct ucred *, NFSPROC_T *);
935 struct nfscllock *nlop, *otherlop;
958 MALLOC(otherlop, struct nfscllock *,
959 sizeof (struct nfscllock), M_NFSCLLOCK, M_WAITOK);
960 MALLOC(nlop, struct nfscllock *,
961 sizeof (struct nfscllock), M_NFSCLLOCK, M_WAITOK);
1131 struct nfscllock *nlop, *other_lop = NULL;
1145 MALLOC(nlop, struct nfscllock *,
1146 sizeof (struct nfscllock), M_NFSCLLOCK, M_WAITOK);
1159 MALLOC(other_lop, struct nfscllock *,
1160 sizeof (struct nfscllock), M_NFSCLLOCK, M_WAITOK);
1280 struct nfscllock *lop;
1499 struct nfscllock *lop, *nlop;
1516 nfscl_freelock(struct nfscllock *lop, int local)
1884 struct nfscllock *lop, *nlop;
2278 nfscl_insertlock(struct nfscllockowner *lp, struct nfscllock *new_lop,
2279 struct nfscllock *insert_lop, int local)
2301 nfscl_updatelock(struct nfscllockowner *lp, struct nfscllock **new_lopp,
2302 struct nfscllock **other_lopp, int local)
2304 struct nfscllock *new_lop = *new_lopp;
2305 struct nfscllock *lop, *tlop, *ilop;
2306 struct nfscllock *other_lop;
2315 ilop = (struct nfscllock *)lp;
2789 struct nfscllock *lop;
3670 struct nfscllock *nlop, u_int8_t *own, struct nfscldeleg *dp,
3671 struct nfscllock **lopp)
3697 nfscl_checkconflict(struct nfscllockownerhead *lhp, struct nfscllock *nlop,
3698 u_int8_t *own, struct nfscllock **lopp)
3701 struct nfscllock *lop;
3730 struct nfscllock *lop, nlck;
3787 struct nfscllock *lckp;
4012 struct nfscllockowner *lp, struct nfscllock *lop, struct ucred *cred,