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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h384 struct nfs_exphandle { struct
396 #define NFS_MAX_FID_SIZE (NFS_MAX_FH_SIZE - sizeof(struct nfs_exphandle))
397 #define NFSV4_MAX_FID_SIZE (NFSV4_MAX_FH_SIZE - sizeof(struct nfs_exphandle))
398 #define NFSV3_MAX_FID_SIZE (NFSV3_MAX_FH_SIZE - sizeof(struct nfs_exphandle))
399 #define NFSV2_MAX_FID_SIZE (NFSV2_MAX_FH_SIZE - sizeof(struct nfs_exphandle))
406 struct nfs_exphandle nfh_xh; /* export handle */
H A Dnfs_subs.c3157 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp;
3187 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp;
3210 if (nfhp->nfh_len < (int)sizeof(struct nfs_exphandle))
3374 struct nfs_exphandle *nxh1, *nxh2;
3377 nxh1 = (struct nfs_exphandle *)fh1->nfh_fhp;
3378 nxh2 = (struct nfs_exphandle *)fh2->nfh_fhp;
H A Dnfs_syscalls.c435 fidlen = fhlen - sizeof(struct nfs_exphandle);
544 if ((nfh.nfh_len < (int)sizeof(struct nfs_exphandle)) ||

Completed in 42 milliseconds