Searched refs:nfscllockowner (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 99 struct nfscllockowner **, struct nfsclopen **); 101 uint8_t *, struct nfscllockowner **, struct nfsclopen **, 112 static void nfscl_insertlock(struct nfscllockowner *, struct nfscllock *, 114 static int nfscl_updatelock(struct nfscllockowner *, struct nfscllock **, 143 struct nfscllockowner *, struct nfscllock *, struct ucred *, NFSPROC_T *); 148 int, struct nfscllockowner *, int, int, u_int64_t, u_int64_t, short, 161 static void nfscl_emptylockowner(struct nfscllockowner *, 523 struct nfscllockowner *lp; in nfscl_getstateid() 710 u_int32_t mode, struct nfscllockowner **lpp, struct nfsclopen **opp) in nfscl_getopen() 779 uint8_t *lockown, struct nfscllockowner **lpp, struct nfsclopen **ropp, in nfscl_checkown() [all …]
|
H A D | nfs_clrpcops.c | 147 struct nfscllockowner *, u_int64_t, u_int64_t, 843 struct nfscllockowner *lp, *nlp; in nfsrpc_doclose() 4474 struct nfscllockowner *lp; in nfsrpc_advlock() 4714 struct nfscllockowner *lp, u_int64_t off, u_int64_t len, in nfsrpc_locku() 4764 u_int8_t *nfhp, int fhlen, struct nfscllockowner *lp, int newone, in nfsrpc_lock() 5100 nfsrpc_rellockown(struct nfsmount *nmp, struct nfscllockowner *lp, in nfsrpc_rellockown()
|
/freebsd/sys/fs/nfs/ |
H A D | nfsclstate.h | 36 LIST_HEAD(nfscllockownerhead, nfscllockowner); 215 struct nfscllockowner { struct 216 LIST_ENTRY(nfscllockowner) nfsl_list;
|
H A D | nfs_var.h | 75 struct nfscllockowner; 512 u_int8_t *, int, struct nfscllockowner *, int, int, u_int64_t, 522 int nfsrpc_rellockown(struct nfsmount *, struct nfscllockowner *, uint8_t *, 585 void nfscl_freelockowner(struct nfscllockowner *, int); 588 u_int8_t *, u_int8_t *, struct nfscllockowner **, int *, int *); 591 void *, int, struct nfscllockowner **, int *); 594 void nfscl_lockrelease(struct nfscllockowner *, int, int);
|