Home
last modified time | relevance | path

Searched refs:nfs_exphandle (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs.h453 struct nfs_exphandle { struct
465 #define NFS_MAX_FID_SIZE (NFS_MAX_FH_SIZE - sizeof(struct nfs_exphandle)) argument
466 #define NFSV4_MAX_FID_SIZE (NFSV4_MAX_FH_SIZE - sizeof(struct nfs_exphandle))
467 #define NFSV3_MAX_FID_SIZE (NFSV3_MAX_FH_SIZE - sizeof(struct nfs_exphandle))
468 #define NFSV2_MAX_FID_SIZE (NFSV2_MAX_FH_SIZE - sizeof(struct nfs_exphandle))
475 struct nfs_exphandle nfh_xh; /* export handle */
H A Dnfs_subs.c3698 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp; in nfsrv_fhtoexport()
3790 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp; in nfsrv_fhtovp()
3815 if (nfhp->nfh_len < (int)sizeof(struct nfs_exphandle)) { in nfsrv_fhtovp()
3991 struct nfs_exphandle *nxh1, *nxh2; in nfsrv_fhmatch()
3994 nxh1 = (struct nfs_exphandle *)fh1->nfh_fhp; in nfsrv_fhmatch()
3995 nxh2 = (struct nfs_exphandle *)fh2->nfh_fhp; in nfsrv_fhmatch()
H A Dnfs_syscalls.c562 fidlen = fhlen - sizeof(struct nfs_exphandle); in getfh()
712 if ((nfh.nfh_len < (int)sizeof(struct nfs_exphandle)) || in fhopen()