Home
last modified time | relevance | path

Searched refs:mountb (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c493 char mountb[MAXPATHLEN]; in compare_mountpoints() local
507 hasmountb = (zfs_prop_get(cb->cn_handle, ZFS_PROP_MOUNTPOINT, mountb, in compare_mountpoints()
508 sizeof (mountb), NULL, NULL, 0, B_FALSE) == 0); in compare_mountpoints()
517 return (strcmp(mountb, mounta)); in compare_mountpoints()
H A Dlibzfs_mount.c1044 char mountb[MAXPATHLEN]; in libzfs_dataset_cmp() local
1051 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb, in libzfs_dataset_cmp()
1052 sizeof (mountb), NULL, NULL, 0, B_FALSE) == 0); in libzfs_dataset_cmp()
1055 return (strcmp(mounta, mountb)); in libzfs_dataset_cmp()
1139 const char *mountb = *((char **)b); in mountpoint_compare() local
1141 return (strcmp(mountb, mounta)); in mountpoint_compare()
/titanic_50/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c219 char mountb[MAXPATHLEN]; in mountpoint_compare() local
223 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb, in mountpoint_compare()
224 sizeof (mountb), NULL, NULL, 0, B_FALSE) == 0); in mountpoint_compare()
226 return (strcmp(mounta, mountb)); in mountpoint_compare()