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

/freebsd-10.2-release/sys/fs/nfs/
H A Dnfsclstate.h40 LIST_HEAD(nfsclownerhead, nfsclowner);
129 struct nfsclowner { struct
130 LIST_ENTRY(nfsclowner) nfsow_list;
180 struct nfsclowner *nfso_own;
H A Dnfs_var.h69 struct nfsclowner;
498 struct ucred *, NFSPROC_T *, struct nfsclowner **, struct nfsclopen **,
502 void nfscl_ownerrelease(struct nfsclowner *, int, int, int);
/freebsd-10.2-release/sys/fs/nfsclient/
H A Dnfs_clstate.c132 struct nfsclowner **, struct nfsclowner **, struct nfsclopen **,
135 struct nfsmount *, struct nfsclopen *, struct nfsclowner *,
153 static void nfscl_freeopenowner(struct nfsclowner *, int);
210 struct ucred *cred, NFSPROC_T *p, struct nfsclowner **owpp,
214 struct nfsclowner *owp, *nowp;
232 MALLOC(nowp, struct nfsclowner *, sizeof (struct nfsclowner),
323 struct nfsclowner **owpp, struct nfsclowner **nowp
[all...]
H A Dnfs_clrpcops.c94 nfsquad_t, int, struct nfsclowner *, struct nfscldeleg **, struct ucred *,
1833 struct nfsclowner *owp;
1941 nfsquad_t cverf, int fmode, struct nfsclowner *owp, struct nfscldeleg **dpp,

Completed in 72 milliseconds