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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c88 static int fh_compare(fhandle_t *fh1, fhandle_t *fh2);
527 * fh_compare returns 0 if the file handles match, error code otherwise
530 fh_compare(fhandle_t *fh1, fhandle_t *fh2) function
689 if (((dfh == NULL) || !fh_compare(dfh, &fhrecp->dfh)) &&
724 if ((fh != NULL) && fh_compare(fh, &fhrecp->fh)) {

Completed in 47 milliseconds