Searched refs:mountb (Results 1 – 1 of 1) sorted by relevance
1122 char mountb[MAXPATHLEN]; in mountpoint_cmp() local1124 const char *b = mountb; in mountpoint_cmp()1142 verify(zfs_prop_get(zb, ZFS_PROP_MOUNTPOINT, mountb, in mountpoint_cmp()1143 sizeof (mountb), NULL, NULL, 0, B_FALSE) == 0); in mountpoint_cmp()1469 const char *mountb = *((char **)b); in mountpoint_compare() local1471 return (strcmp(mountb, mounta)); in mountpoint_compare()