/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 220 sharenfs = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARENFS, in changelist_postfix() 224 sharesmb = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARESMB, in changelist_postfix() 411 zfs_prop_get(zhp, clp->cl_prop, property, in change_one() 424 zfs_prop_get(zhp, clp->cl_shareprop, property, in change_one() 505 hasmounta = (zfs_prop_get(ca->cn_handle, ZFS_PROP_MOUNTPOINT, mounta, in compare_mountpoints() 507 hasmountb = (zfs_prop_get(cb->cn_handle, ZFS_PROP_MOUNTPOINT, mountb, in compare_mountpoints() 551 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in changelist_gather()
|
H A D | libzfs_mount.c | 238 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, buf, buflen, in zfs_is_mountable() 723 if (zfs_prop_get(zhp, proto_table[*curr_proto].p_prop, in zfs_share_proto() 1023 zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in mount_cb() 1047 verify(zfs_prop_get(*za, ZFS_PROP_MOUNTPOINT, mounta, in libzfs_dataset_cmp() 1050 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb, in libzfs_dataset_cmp()
|
H A D | mapfile-vers | 110 zfs_prop_get;
|
H A D | libzfs.h | 427 extern int zfs_prop_get(zfs_handle_t *, zfs_prop_t, char *, size_t,
|
H A D | libzfs_diff.c | 621 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin, in get_snapshot_names()
|
H A D | libzfs_dataset.c | 2177 err = zfs_prop_get(zhp, prop, propbuf, proplen, in zfs_prop_get_recvd() 2232 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, gca->buf, sizeof (gca->buf), in get_clones_cb() 2313 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, in zfs_prop_get() function 4183 if (zfs_prop_get(zhp, entry->pl_prop, in zfs_expand_proplist()
|
H A D | libzfs_sendrecv.c | 2923 int error = zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in recv_ecksum_set_aux()
|
/titanic_44/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 221 verify(zfs_prop_get(*za, ZFS_PROP_MOUNTPOINT, mounta, in mountpoint_compare() 223 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb, in mountpoint_compare() 285 if (zfs_prop_get(zlist[i], ZFS_PROP_MOUNTPOINT, mountpoint, in get_zfs_dataset() 309 if (zfs_prop_get(zlist[i], ZFS_PROP_CANMOUNT, canmount, in get_zfs_dataset() 348 if (zfs_prop_get(handle, property, shareopts, in get_zfs_property() 385 if (zfs_prop_get(handle, ZFS_PROP_SHARENFS, in sa_zfs_is_shared() 787 if (zfs_prop_get(zlist[i], ZFS_PROP_MOUNTPOINT, in sa_get_zfs_shares() 809 if (zfs_prop_get(zlist[i], ZFS_PROP_SHARENFS, nfsshareopts, in sa_get_zfs_shares() 820 if (zfs_prop_get(zlist[i], ZFS_PROP_SHARESMB, smbshareopts, in sa_get_zfs_shares() 1410 if (zfs_prop_get(cb.cb_handles[i], ZFS_PROP_MOUNTPOINT, in sa_zfs_get_info() [all …]
|
/titanic_44/usr/src/cmd/zoneadm/ |
H A D | zfs.c | 91 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTED, mp, sizeof (mp), NULL, NULL, in match_mountpoint() 98 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mp, sizeof (mp), NULL, NULL, in match_mountpoint() 543 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mp, sizeof (mp), NULL, NULL, in snap2path() 576 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin, sizeof (origin), NULL, in get_direct_clone() 1064 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin, sizeof (origin), NULL, in destroy_zfs() 1221 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf, in verify_datasets() 1266 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf, sizeof (propbuf), in verify_fs_zfs() 1372 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf, sizeof (propbuf), in get_zfs_non_legacy_mountpoint()
|
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 490 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in _be_unmount() 579 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in be_mount_zone_root() 659 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in be_unmount_zone_root() 1008 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in be_mount_pool() 1156 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, zhp_mountpoint, in be_mount_callback() 1324 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in be_unmount_callback() 1437 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, zhp_mountpoint, in be_get_legacy_fs_callback() 1672 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, in loopback_mount_shared_fs() 2045 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in fix_mountpoint_callback() 2124 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in be_mount_root() [all …]
|
H A D | be_create.c | 1497 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin, sizeof (origin), NULL, in _be_destroy() 2281 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, prop_buf, in be_clone_fs_callback() 2775 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin, sizeof (origin), NULL, in be_demote_get_one_clone() 2973 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in be_prep_clone_send_fs()
|
H A D | be_activate.c | 1233 if (zfs_prop_get(z_zhp, ZFS_PROP_ORIGIN, origin, in be_promote_zone_ds() 1307 while (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin, in be_promote_ds_callback()
|
H A D | be_list.c | 1092 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, prop_buf, in be_get_node_data() 1217 if (zfs_prop_get(zfshp, ZFS_PROP_MOUNTPOINT, in be_get_ds_data()
|
/titanic_44/usr/src/cmd/zfs/ |
H A D | zfs_iter.c | 304 lvalid = (zfs_prop_get(l, psc->sc_prop, lbuf, in zfs_sort() 306 rvalid = (zfs_prop_get(r, psc->sc_prop, rbuf, in zfs_sort()
|
H A D | zfs_main.c | 1515 if (zfs_prop_get(zhp, pl->pl_prop, buf, in get_callback() 2980 if (zfs_prop_get(zhp, pl->pl_prop, property, in print_dataset() 3858 (void) zfs_prop_get(zhp, ZFS_PROP_ORIGIN, in zfs_do_send() 4006 zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in zfs_do_receive() 5779 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, in share_mount_one() 5781 verify(zfs_prop_get(zhp, ZFS_PROP_SHARENFS, shareopts, in share_mount_one() 5783 verify(zfs_prop_get(zhp, ZFS_PROP_SHARESMB, smbshareopts, in share_mount_one() 5851 zfs_prop_get(zhp, ZFS_PROP_RECEIVE_RESUME_TOKEN, in share_mount_one() 6244 verify(zfs_prop_get(zhp, ZFS_PROP_SHARENFS, nfs_mnt_prop, in unshare_unmount_path() 6246 verify(zfs_prop_get(zhp, ZFS_PROP_SHARESMB, smbshare_prop, in unshare_unmount_path() [all …]
|
/titanic_44/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_property.c | 178 int result = zfs_prop_get(zhp, prop, propbuf, in create_BasicProperty() 271 int result = zfs_prop_get(zhp, prop, propbuf, in create_ObjectProperty()
|
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | srvsvc_sd.c | 74 if (zfs_prop_get(zfshd, ZFS_PROP_MOUNTPOINT, mp, sizeof (mp), NULL, in srvsvc_shareacl_getpath()
|
H A D | smb_share.c | 2039 if (zfs_prop_get(zfshd, ZFS_PROP_MOUNTPOINT, buf, MAXPATHLEN, in smb_shr_zfs_add() 2079 if (zfs_prop_get(zfshd, ZFS_PROP_MOUNTPOINT, buf, MAXPATHLEN, in smb_shr_zfs_remove()
|
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_lib.c | 740 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint, PATH_MAX, NULL, in tlm_build_snapshot_name()
|
H A D | tlm_backup_reader.c | 1223 if (zfs_prop_get(mhd->ml_handle, prop, vbuf, sizeof (vbuf), in zfs_put_prop_cb()
|
/titanic_44/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 3738 if ((zfs_prop_get(zhp, ZFS_PROP_MLSLABEL, ds_hexsl, MAXNAMELEN, in validate_rootds_label()
|