HomeSort by: relevance | last modified time | path
    Searched refs:nfscllockowner (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/nfs/common/
nfsclstate.h 38 LIST_HEAD(nfscllockownerhead, nfscllockowner);
199 struct nfscllockowner { struct
200 LIST_ENTRY(nfscllockowner) nfsl_list;
nfs_var.h 76 struct nfscllockowner;
455 u_int8_t *, int, struct nfscllockowner *, int, int, u_int64_t,
465 int nfsrpc_rellockown(struct nfsmount *, struct nfscllockowner *, uint8_t *,
513 void nfscl_freelockowner(struct nfscllockowner *, int);
516 u_int8_t *, u_int8_t *, struct nfscllockowner **, int *, int *);
519 void *, int, struct nfscllockowner **, int *);
522 void nfscl_lockrelease(struct nfscllockowner *, int, int);
  /src/sys/fs/nfs/client/
nfs_clstate.c 104 u_int8_t *, u_int32_t, struct nfscllockowner **, struct nfsclopen **);
112 static void nfscl_insertlock(struct nfscllockowner *, struct nfscllock *,
114 static int nfscl_updatelock(struct nfscllockowner *, struct nfscllock **,
141 struct nfscllockowner *, struct nfscllock *, struct ucred *, NFSPROC_T *);
146 int, struct nfscllockowner *, int, int, u_int64_t, u_int64_t, short,
159 static void nfscl_emptylockowner(struct nfscllockowner *,
482 struct nfscllockowner *lp;
613 struct nfscllockowner **lpp, struct nfsclopen **opp)
617 struct nfscllockowner *lp;
929 struct nfscllockowner **lpp, int *newonep, int *donelocallyp
    [all...]
nfs_clrpcops.c 109 struct nfscllockowner *, u_int64_t, u_int64_t,
647 struct nfscllockowner *lp, *nlp;
3670 struct nfscllockowner *lp;
3909 struct nfscllockowner *lp, u_int64_t off, u_int64_t len,
3960 u_int8_t *nfhp, int fhlen, struct nfscllockowner *lp, int newone,
4265 nfsrpc_rellockown(struct nfsmount *nmp, struct nfscllockowner *lp,

Completed in 18 milliseconds