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

  /src/sys/fs/nfs/client/
nfs_clnode.c 107 struct nfsfh *nfhp;
114 MALLOC(nfhp, struct nfsfh *, sizeof (struct nfsfh) + fhsize,
163 MALLOC(np->n_fhp, struct nfsfh *, sizeof (struct nfsfh) + fhsize,
nfsnode.h 101 struct nfsfh *n_fhp; /* NFS File Handle */
nfs_clrpcops.c 103 struct nfsvattr *, struct nfsfh **, int *, int *, void *);
106 NFSPROC_T *, struct nfsvattr *, struct nfsvattr *, struct nfsfh **, int *,
113 static int nfsrpc_getlayout(struct nfsmount *, vnode_t, struct nfsfh *, int,
123 struct nfsclds *, uint64_t, int, struct nfsfh *, struct ucred *,
127 struct nfsfh *, int, struct ucred *, NFSPROC_T *);
132 struct nfsfh *, struct ucred *, NFSPROC_T *, void *);
266 struct nfsfh *nfhp;
1075 struct nfsfh *nfhp;
1190 struct nfsfh **nfhpp, int *attrflagp, int *dattrflagp, void *stuff)
1196 struct nfsfh *nfhp
    [all...]
nfs_clport.c 113 struct nfsfh *nfhp = (struct nfsfh *)arg;
127 * This variant takes a "struct nfsfh *" as second argument and uses
131 nfscl_nget(struct mount *mntp, struct vnode *dvp, struct nfsfh *nfhp,
318 struct nfsfh *nfhp;
325 MALLOC(nfhp, struct nfsfh *, sizeof (struct nfsfh) + fhsize,
nfs_clcomsubs.c 457 nfscl_mtofh(struct nfsrv_descript *nd, struct nfsfh **nfhpp,
nfs_clvnops.c 1043 struct nfsfh *nfhp;
1439 struct nfsfh *nfhp;
1541 struct nfsfh *nfhp;
2015 struct nfsfh *nfhp;
2093 struct nfsfh *nfhp;
2456 struct nfsfh *nfhp, *onfhp;
nfs_clstate.c 2883 struct nfsfh *nfhp;
2993 struct nfsfh *nfhp;
3067 struct nfsfh *nfhp;
3156 struct nfsfh *nfhp;
4016 struct nfsfh *nfhp;
  /src/sys/fs/nfs/common/
nfs_var.h 56 struct nfsfh;
276 struct nfsvattr *, struct nfsfh **, fhandle_t *, int,
311 int nfsm_getfh(struct nfsrv_descript *, struct nfsfh **);
312 int nfscl_mtofh(struct nfsrv_descript *, struct nfsfh **,
413 struct nfsvattr *, struct nfsvattr *, struct nfsfh **, int *, int *,
423 struct nfsvattr *, struct nfsfh **, int *, int *, void *);
426 struct nfsfh **, int *, int *, void *);
437 struct nfsfh **, int *, int *, void *);
440 struct nfsfh **, int *, int *, void *);
577 int nfscl_nget(mount_t, vnode_t, struct nfsfh *,
    [all...]
oldnfsproto.h 379 union nfsfh { union
383 typedef union nfsfh nfsfh_t;
nfsclstate.h 282 struct nfsfh *nfsfl_fh[1]; /* FH list for DS */
nfs.h 689 struct nfsfh { struct
nfs_commonsubs.c 663 nfsm_getfh(struct nfsrv_descript *nd, struct nfsfh **nfhpp)
666 struct nfsfh *nfhp;
679 MALLOC(nfhp, struct nfsfh *, sizeof (struct nfsfh) + len,
811 struct nfsvattr *nap, struct nfsfh **nfhpp, fhandle_t *fhp, int fhsize,
821 struct nfsfh *tnfhp;
  /src/sys/nfs/
nfsproto.h 252 union nfsfh { union
258 typedef union nfsfh nfsfh_t;
  /src/sys/fs/nfs/nlm/
nlm_advlock.c 204 union nfsfh fh;
nlm_prot_impl.c 206 union nfsfh nw_fh; /* (c) */

Completed in 153 milliseconds