Searched refs:nfs_fsl_info (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_resolve.h | 36 extern bool_t xdr_nfs_fsl_info(XDR *, struct nfs_fsl_info *); 41 extern struct nfs_fsl_info *get_nfs4ref_info(char *, int, int); 42 extern void free_nfs4ref_info(struct nfs_fsl_info *);
|
H A D | nfs_resolve.c | 123 struct nfs_fsl_info * 128 struct nfs_fsl_info *fsl_retp = NULL; in get_nfs4ref_info() 134 fsl_retp = calloc(1, sizeof (struct nfs_fsl_info)); in get_nfs4ref_info() 177 free_nfs4ref_info(struct nfs_fsl_info *fsl_retp) in free_nfs4ref_info()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_stub_vnops.c | 1254 nfs4_callmapid(utf8string *server, struct nfs_fsl_info *resp) in nfs4_callmapid() 1342 bzero(resp, sizeof (struct nfs_fsl_info)); in nfs4_callmapid() 1346 struct nfs_fsl_info *, resp, in nfs4_callmapid() 1624 struct nfs_fsl_info *fsloc) in nfs4_process_referral() 1627 struct nfs_fsl_info nfsfsloc; in nfs4_process_referral() 1709 struct nfs_fsl_info nfsfsloc; in nfs4_trigger_esi_create_referral() 1771 struct nfs_fsl_info *, &nfsfsloc, in nfs4_trigger_esi_create_referral()
|
H A D | nfs4_vfsops.c | 172 struct nfs_fsl_info *, char *, int); 1481 struct nfs_fsl_info *nfsfsloc, char *orig_path, int nth) in update_servinfo4() 1617 struct nfs_fsl_info nfsfsloc; in resolve_referral()
|
H A D | nfs4_xdr.c | 216 xdr_nfs_fsl_info(XDR *xdrs, struct nfs_fsl_info *objp) in xdr_nfs_fsl_info()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid_server.c | 601 struct nfs_fsl_info *nfs_fsloc_res; in nfsmapid_server_netinfo() 1064 xdr_nfs_fsl_info(XDR *xdrs, struct nfs_fsl_info *objp) in xdr_nfs_fsl_info()
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4_clnt.h | 2075 extern int nfs4_callmapid(utf8string *, struct nfs_fsl_info *); 2220 cred_t *, nfs4_ga_res_t *, COMPOUND4res_clnt *, struct nfs_fsl_info *);
|
H A D | nfs4.h | 61 struct nfs_fsl_info { struct
|
H A D | nfs4_kprot.h | 314 struct nfs_fsl_info; 3694 extern bool_t xdr_nfs_fsl_info(XDR *, struct nfs_fsl_info *);
|