Searched refs:mountb (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 493 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 D | libzfs_mount.c | 1043 char mountb[MAXPATHLEN]; in libzfs_dataset_cmp() local 1050 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb, in libzfs_dataset_cmp() 1051 sizeof (mountb), NULL, NULL, 0, B_FALSE) == 0); in libzfs_dataset_cmp() 1054 return (strcmp(mounta, mountb)); in libzfs_dataset_cmp() 1138 const char *mountb = *((char **)b); in mountpoint_compare() local 1140 return (strcmp(mountb, mounta)); in mountpoint_compare()
|
/titanic_44/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 219 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()
|