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);
130 static int nfscl_checkconflict(struct nfscllockownerhead *, struct nfscllock *,
131 u_int8_t *, struct nfscllock **);
134 struct nfscllock *, u_int8_t *, struct nfscldeleg *, struct nfscllock **);
143 struct nfscllockowner *, struct nfscllock *, struct ucred *, NFSPROC_T *);
1090 struct nfscllock *nlop, *otherlop; in nfscl_getbytelock()
1114 sizeof (struct nfscllock), M_NFSCLLOCK, M_WAITOK); in nfscl_getbytelock()
1116 sizeof (struct nfscllock), M_NFSCLLOCK, M_WAITOK); in nfscl_getbytelock()
1289 struct nfscllock *nlop, *other_lop = NULL; in nfscl_relbytelock()
1304 sizeof (struct nfscllock), M_NFSCLLOCK, M_WAITOK); in nfscl_relbytelock()
1318 sizeof (struct nfscllock), M_NFSCLLOCK, M_WAITOK); in nfscl_relbytelock()
1432 struct nfscllock *lop; in nfscl_checkwritelocked()
1683 struct nfscllock *lop, *nlop; in nfscl_freelockowner()
1714 nfscl_freelock(struct nfscllock *lop, int local) in nfscl_freelock()
2124 struct nfscllock *lop, *nlop; in nfscl_recover()
2557 nfscl_insertlock(struct nfscllockowner *lp, struct nfscllock *new_lop, in nfscl_insertlock()
2558 struct nfscllock *insert_lop, int local) in nfscl_insertlock()
2580 nfscl_updatelock(struct nfscllockowner *lp, struct nfscllock **new_lopp, in nfscl_updatelock()
2581 struct nfscllock **other_lopp, int local) in nfscl_updatelock()
2583 struct nfscllock *new_lop = *new_lopp; in nfscl_updatelock()
2584 struct nfscllock *lop, *tlop, *ilop; in nfscl_updatelock()
2585 struct nfscllock *other_lop; in nfscl_updatelock()
2594 ilop = (struct nfscllock *)lp; in nfscl_updatelock()
3111 struct nfscllock *lop; in nfscl_dumpstate()
4177 struct nfscllock *nlop, u_int8_t *own, struct nfscldeleg *dp, in nfscl_localconflict()
4178 struct nfscllock **lopp) in nfscl_localconflict()
4201 nfscl_checkconflict(struct nfscllockownerhead *lhp, struct nfscllock *nlop, in nfscl_checkconflict()
4202 u_int8_t *own, struct nfscllock **lopp) in nfscl_checkconflict()
4205 struct nfscllock *lop; in nfscl_checkconflict()
4234 struct nfscllock *lop, nlck; in nfscl_lockt()
4291 struct nfscllock *lckp; in nfscl_recalldeleg()
4509 struct nfscllockowner *lp, struct nfscllock *lop, struct ucred *cred, in nfscl_relock()