Searched refs:mountb (Results 1 – 1 of 1) sorted by relevance
982 char mountb[MAXPATHLEN]; in mountpoint_cmp() local984 const char *b = mountb; in mountpoint_cmp()1002 verify(zfs_prop_get(zb, ZFS_PROP_MOUNTPOINT, mountb, in mountpoint_cmp()1003 sizeof (mountb), NULL, NULL, 0, B_FALSE) == 0); in mountpoint_cmp()1335 const struct sets_s *mountb = (struct sets_s *)b; in mountpoint_compare() local1337 return (strcmp(mountb->mountpoint, mounta->mountpoint)); in mountpoint_compare()