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

  /src/sys/fs/nfs/common/
nfsclstate.h 37 LIST_HEAD(nfsclopenhead, nfsclopen);
178 struct nfsclopen { struct
179 LIST_ENTRY(nfsclopen) nfso_list;
202 struct nfsclopen *nfsl_open;
nfs_var.h 72 struct nfsclopen;
395 u_int32_t, struct nfsclopen *, u_int8_t *, int, struct nfscldeleg **, int,
397 int nfsrpc_opendowngrade(vnode_t, u_int32_t, struct nfsclopen *,
401 struct nfsclopen *, struct kauth_cred *, NFSPROC_T *, int);
402 int nfsrpc_openconfirm(vnode_t, u_int8_t *, int, struct nfsclopen *,
502 struct kauth_cred *, NFSPROC_T *, struct nfsclowner **, struct nfsclopen **,
507 void nfscl_openrelease(struct nfsclopen *, int, int);
525 void nfscl_freeopen(struct nfsclopen *, int);
534 void nfsrpc_doclose(struct nfsmount *, struct nfsclopen *, NFSPROC_T *);
557 int nfscl_tryclose(struct nfsclopen *, struct kauth_cred *
    [all...]
  /src/sys/fs/nfs/client/
nfs_clstate.c 104 u_int8_t *, u_int32_t, struct nfscllockowner **, struct nfsclopen **);
109 static int nfscl_expireopen(struct nfsclclient *, struct nfsclopen *,
134 struct nfsclowner **, struct nfsclowner **, struct nfsclopen **,
135 struct nfsclopen **, u_int8_t *, u_int8_t *, int, int *);
137 struct nfsmount *, struct nfsclopen *, struct nfsclowner *,
143 u_int8_t *, int, u_int32_t, struct nfsclopen *, u_int8_t *, int,
149 struct nfsclopen *, struct nfscldeleg **, struct ucred *, NFSPROC_T *);
213 struct nfsclopen **opp, int *newonep, int *retp, int lockit)
217 struct nfsclopen *op = NULL, *nop = NULL;
237 MALLOC(nop, struct nfsclopen *, sizeof (struct nfsclopen)
    [all...]
nfs_clrpcops.c 264 struct nfsclopen *op;
379 u_int8_t *newfhp, int newfhlen, u_int32_t mode, struct nfsclopen *op,
579 nfsrpc_opendowngrade(vnode_t vp, u_int32_t mode, struct nfsclopen *op,
644 nfsrpc_doclose(struct nfsmount *nmp, struct nfsclopen *op, NFSPROC_T *p)
742 struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p,
781 struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p)
1961 struct nfsclopen *op;

Completed in 20 milliseconds