Searched defs:exi_fhp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c3851 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; local
3855 exi_fhp = (nfs_fh4_fmt_t *)&fhfmt4;
3857 FH_TO_FMT4(efhp, exi_fhp);
3862 if (EQFSID(&finfo_fhp->fh4_fsid, &exi_fhp->fh4_fsid) &&
3863 bcmp(&finfo_fhp->fh4_xdata, &exi_fhp->fh4_xdata,
3864 exi_fhp->fh4_xlen) == 0) {
3885 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; local
3889 exi_fhp = (nfs_fh4_fmt_t *)&fhfmt4;
3891 FH_TO_FMT4(efhp, exi_fhp);
3896 if (EQFSID(&finfo_fhp->fh4_fsid, &exi_fhp
3918 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; local
3949 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; local
[all...]

Completed in 54 milliseconds