Home
last modified time | relevance | path

Searched refs:sharesmb (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dcanmount_004_pos.ksh61 shsmb=$(get_prop sharesmb $CS_FS)
82 log_must zfs set sharesmb="$s" $CS_FS
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unshare/
H A Dzfs_unshare_006_pos.ksh69 log_must zfs set sharesmb=on $TESTPOOL/$TESTFS/shared2
70 log_must zfs set sharesmb=on $TESTPOOL/$TESTFS/shared3
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c205 boolean_t sharesmb; in changelist_postfix() local
234 sharesmb = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARESMB, in changelist_postfix()
245 ((sharenfs || sharesmb || clp->cl_waslegacy) && in changelist_postfix()
267 if (sharesmb && mounted) { in changelist_postfix()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_string_props.zcp29 props['sharesmb'] = {{'off', 'default'}, {nil, nil}, {'off', 'default'}}
/f-stack/freebsd/contrib/openzfs/etc/default/
H A Dzfs.in19 # nb: The shareiscsi, sharenfs, and sharesmb dataset properties.
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c7306 char sharesmb[ZFS_MAXPROPLEN]; in unshare_unmount() local
7532 sharesmb, sizeof (sharesmb), NULL, NULL, in unshare_unmount()
7536 strcmp(sharesmb, "off") == 0) { in unshare_unmount()