Home
last modified time | relevance | path

Searched refs:nfsclopen (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfsclstate.h35 LIST_HEAD(nfsclopenhead, nfsclopen);
43 LIST_HEAD(nfsclopenhash, nfsclopen);
193 struct nfsclopen { struct
194 LIST_ENTRY(nfsclopen) nfso_list;
195 LIST_ENTRY(nfsclopen) nfso_hash;
218 struct nfsclopen *nfsl_open; argument
H A Dnfs_var.h71 struct nfsclopen;
453 u_int32_t, struct nfsclopen *, u_int8_t *, int, struct nfscldeleg **, int,
455 int nfsrpc_opendowngrade(vnode_t, u_int32_t, struct nfsclopen *,
459 struct nfsclopen *, struct ucred *, NFSPROC_T *, int);
460 int nfsrpc_openconfirm(vnode_t, u_int8_t *, int, struct nfsclopen *,
574 struct ucred *, NFSPROC_T *, struct nfsclowner **, struct nfsclopen **,
579 void nfscl_openrelease(struct nfsmount *, struct nfsclopen *, int, int);
597 void nfscl_freeopen(struct nfsclopen *, int, bool);
606 int nfsrpc_doclose(struct nfsmount *, struct nfsclopen *, NFSPROC_T *, bool,
633 int nfscl_tryclose(struct nfsclopen *, struct ucred *,
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c99 struct nfscllockowner **, struct nfsclopen **);
100 static bool nfscl_checkown(struct nfsclowner *, struct nfsclopen *, uint8_t *,
101 uint8_t *, struct nfscllockowner **, struct nfsclopen **,
102 struct nfsclopen **);
104 static void nfscl_unlinkopen(struct nfsclopen *);
108 static int nfscl_expireopen(struct nfsclclient *, struct nfsclopen *,
136 struct nfsclowner **, struct nfsclowner **, struct nfsclopen **,
137 struct nfsclopen **, u_int8_t *, u_int8_t *, int, struct ucred *, int *);
139 struct nfsmount *, struct nfsclopen *, struct nfsclowner *,
145 u_int8_t *, int, u_int32_t, struct nfsclopen *, u_int8_t *, int,
[all …]
H A Dnfsnode.h128 struct nfsclopen *n_openstateid; /* Cached open stateid */
H A Dnfs_clrpcops.c204 int, uint8_t *, int, uint32_t, struct nfsclopen *, uint8_t *, int,
211 int, uint8_t *, int, uint32_t, struct nfsclopen *, uint8_t *, int,
375 struct nfsclopen *op; in nfsrpc_open()
542 u_int8_t *newfhp, int newfhlen, u_int32_t mode, struct nfsclopen *op, in nfsrpc_openrpc()
775 nfsrpc_opendowngrade(vnode_t vp, u_int32_t mode, struct nfsclopen *op, in nfsrpc_opendowngrade()
839 nfsrpc_doclose(struct nfsmount *nmp, struct nfsclopen *op, NFSPROC_T *p, in nfsrpc_doclose()
948 struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p, in nfsrpc_closerpc()
990 struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p) in nfsrpc_openconfirm()
1511 struct nfsclopen *op; in nfsrpc_lookup()
2600 struct nfsclopen *o in nfsrpc_createv4()
[all...]