Searched refs:finfo_fhp (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_state.c | 3851 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; in rfs4_lo_state_walk_callout() local 3859 finfo_fhp = (nfs_fh4_fmt_t *)lsp->rls_state->rs_finfo-> in rfs4_lo_state_walk_callout() 3862 if (EQFSID(&finfo_fhp->fh4_fsid, &exi_fhp->fh4_fsid) && in rfs4_lo_state_walk_callout() 3863 bcmp(&finfo_fhp->fh4_xdata, &exi_fhp->fh4_xdata, in rfs4_lo_state_walk_callout() 3885 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; in rfs4_state_walk_callout() local 3893 finfo_fhp = in rfs4_state_walk_callout() 3896 if (EQFSID(&finfo_fhp->fh4_fsid, &exi_fhp->fh4_fsid) && in rfs4_state_walk_callout() 3897 bcmp(&finfo_fhp->fh4_xdata, &exi_fhp->fh4_xdata, in rfs4_state_walk_callout() 3918 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; in rfs4_deleg_state_walk_callout() local 3926 finfo_fhp = in rfs4_deleg_state_walk_callout() [all …]
|