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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c151 nfs4cmpfh(const nfs_fh4 *fh4p1, const nfs_fh4 *fh4p2) argument
155 if (fh4p1->nfs_fh4_len < fh4p2->nfs_fh4_len)
157 if (fh4p1->nfs_fh4_len > fh4p2->nfs_fh4_len)
159 for (c1 = fh4p1->nfs_fh4_val, c2 = fh4p2->nfs_fh4_val;
160 c1 < fh4p1->nfs_fh4_val + fh4p1->nfs_fh4_len;

Completed in 63 milliseconds