Searched refs:fh4p1 (Results 1 – 1 of 1) sorted by relevance
151 nfs4cmpfh(const nfs_fh4 *fh4p1, const nfs_fh4 *fh4p2) in nfs4cmpfh() argument155 if (fh4p1->nfs_fh4_len < fh4p2->nfs_fh4_len) in nfs4cmpfh()157 if (fh4p1->nfs_fh4_len > fh4p2->nfs_fh4_len) in nfs4cmpfh()159 for (c1 = fh4p1->nfs_fh4_val, c2 = fh4p2->nfs_fh4_val; in nfs4cmpfh()160 c1 < fh4p1->nfs_fh4_val + fh4p1->nfs_fh4_len; in nfs4cmpfh()