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

/freebsd-13-stable/sys/fs/nfs/
H A Dnfsclstate.h38 LIST_HEAD(nfscllockownerhead, nfscllockowner);
212 struct nfscllockowner { struct
213 LIST_ENTRY(nfscllockowner) nfsl_list;
H A Dnfs_var.h77 struct nfscllockowner;
506 u_int8_t *, int, struct nfscllockowner *, int, int, u_int64_t,
516 int nfsrpc_rellockown(struct nfsmount *, struct nfscllockowner *, uint8_t *,
579 void nfscl_freelockowner(struct nfscllockowner *, int);
582 u_int8_t *, u_int8_t *, struct nfscllockowner **, int *, int *);
585 void *, int, struct nfscllockowner **, int *);
588 void nfscl_lockrelease(struct nfscllockowner *, int, int);
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c105 struct nfscllockowner **, struct nfsclopen **);
107 uint8_t *, struct nfscllockowner **, struct nfsclopen **,
117 static void nfscl_insertlock(struct nfscllockowner *, struct nfscllock *,
119 static int nfscl_updatelock(struct nfscllockowner *, struct nfscllock **,
147 struct nfscllockowner *, struct nfscllock *, struct ucred *, NFSPROC_T *);
152 int, struct nfscllockowner *, int, int, u_int64_t, u_int64_t, short,
167 static void nfscl_emptylockowner(struct nfscllockowner *,
515 struct nfscllockowner *lp;
661 u_int32_t mode, struct nfscllockowner **lpp, struct nfsclopen **opp)
730 uint8_t *lockown, struct nfscllockowner **lp
[all...]
H A Dnfs_clrpcops.c143 struct nfscllockowner *, u_int64_t, u_int64_t,
757 struct nfscllockowner *lp, *nlp;
3940 struct nfscllockowner *lp;
4180 struct nfscllockowner *lp, u_int64_t off, u_int64_t len,
4230 u_int8_t *nfhp, int fhlen, struct nfscllockowner *lp, int newone,
4551 nfsrpc_rellockown(struct nfsmount *nmp, struct nfscllockowner *lp,

Completed in 78 milliseconds