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