Searched refs:cb_handles (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 55 zfs_handle_t **cb_handles; member 163 if (cbp->cb_handles) { in get_one_filesystem() 164 bcopy(cbp->cb_handles, handles, in get_one_filesystem() 166 free(cbp->cb_handles); in get_one_filesystem() 169 cbp->cb_handles = handles; in get_one_filesystem() 172 cbp->cb_handles[cbp->cb_used++] = zhp; in get_one_filesystem() 202 impl_handle->zfs_list = *fslist = cb.cb_handles; in get_all_filesystems() 1407 qsort(cb.cb_handles, count, sizeof (void *), mountpoint_compare); in sa_zfs_get_info() 1410 if (zfs_prop_get(cb.cb_handles[i], ZFS_PROP_MOUNTPOINT, in sa_zfs_get_info() 1435 if (zfs_prop_get(cb.cb_handles[i], ZFS_PROP_CANMOUNT, canmount, in sa_zfs_get_info() [all …]
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_mount.c | 995 cbp->cb_handles, cbp->cb_alloc * sizeof (void *), in libzfs_add_handle() 997 cbp->cb_handles = ptr; in libzfs_add_handle() 1000 cbp->cb_handles[cbp->cb_used++] = zhp; in libzfs_add_handle() 1094 qsort(cb.cb_handles, cb.cb_used, sizeof (void *), in zpool_enable_datasets() 1107 if (zfs_mount(cb.cb_handles[i], mntopts, flags) != 0) in zpool_enable_datasets() 1120 if (good[i] && zfs_share(cb.cb_handles[i]) != 0) in zpool_enable_datasets() 1128 zfs_close(cb.cb_handles[i]); in zpool_enable_datasets() 1129 free(cb.cb_handles); in zpool_enable_datasets()
|
H A D | libzfs.h | 539 zfs_handle_t **cb_handles; member
|
/titanic_44/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 5715 *dslist = cb.cb_handles; in get_all_datasets()
|