Searched refs:smbshareopts (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 753 char smbshareopts[ZFS_MAXPROPLEN]; in sa_get_zfs_shares() local 820 if (zfs_prop_get(zlist[i], ZFS_PROP_SHARESMB, smbshareopts, in sa_get_zfs_shares() 821 sizeof (smbshareopts), &source, smbsourcestr, in sa_get_zfs_shares() 823 strcmp(smbshareopts, "off") != 0) { in sa_get_zfs_shares() 869 0, smbshareopts, in sa_get_zfs_shares() 901 ZPROP_SRC_INHERITED, smbshareopts, in sa_get_zfs_shares()
|
/titanic_50/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 5781 char smbshareopts[ZFS_MAXPROPLEN]; in share_mount_one() local 5825 verify(zfs_prop_get(zhp, ZFS_PROP_SHARESMB, smbshareopts, in share_mount_one() 5826 sizeof (smbshareopts), NULL, NULL, 0, B_FALSE) == 0); in share_mount_one() 5829 strcmp(smbshareopts, "off") == 0) { in share_mount_one() 5921 strcmp(smbshareopts, "off") == 0) || in share_mount_one() 5922 (shared_smb && strcmp(smbshareopts, "on") == 0 && in share_mount_one()
|