Home
last modified time | relevance | path

Searched refs:ZFS_MAXPROPLEN (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c279 char mountpoint[ZFS_MAXPROPLEN]; in get_zfs_dataset()
280 char canmount[ZFS_MAXPROPLEN]; in get_zfs_dataset()
341 char shareopts[ZFS_MAXPROPLEN]; in get_zfs_property()
375 char shareopts[ZFS_MAXPROPLEN]; in sa_zfs_is_shared()
752 char nfsshareopts[ZFS_MAXPROPLEN]; in sa_get_zfs_shares()
753 char smbshareopts[ZFS_MAXPROPLEN]; in sa_get_zfs_shares()
756 char nfssourcestr[ZFS_MAXPROPLEN]; in sa_get_zfs_shares()
757 char smbsourcestr[ZFS_MAXPROPLEN]; in sa_get_zfs_shares()
758 char mountpoint[ZFS_MAXPROPLEN]; in sa_get_zfs_shares()
811 ZFS_MAXPROPLEN, B_FALSE) == 0 && in sa_get_zfs_shares()
[all …]
/titanic_41/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_zfs.c59 char nzs_findprop[ZFS_MAXPROPLEN]; /* prop substring to find */
61 char nzs_snapprop[ZFS_MAXPROPLEN]; /* snap's prop value */
62 char nzs_snapskip[ZFS_MAXPROPLEN]; /* snap to skip */
1140 snapdata.nzs_findprop, ZFS_MAXPROPLEN, B_TRUE); in ndmpd_zfs_backup_parms_valid()
1172 char propstr[ZFS_MAXPROPLEN]; in ndmpd_zfs_backup_pathvalid()
1777 snapdata.nzs_findprop, ZFS_MAXPROPLEN, B_FALSE); in ndmpd_zfs_snapshot_cleanup()
1820 ZFS_MAXPROPLEN); in ndmpd_zfs_snapshot_cleanup()
1971 char propstr[ZFS_MAXPROPLEN]; in ndmpd_zfs_snapshot_prop_find()
1972 char findprop_plus_slash[ZFS_MAXPROPLEN]; in ndmpd_zfs_snapshot_prop_find()
1995 (void) snprintf(findprop_plus_slash, ZFS_MAXPROPLEN, "/%s", in ndmpd_zfs_snapshot_prop_find()
[all …]
H A Dndmpd.h463 char nz_snapprop[ZFS_MAXPROPLEN]; /* contents of snap incr prop */
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c265 char mountpoint[ZFS_MAXPROPLEN]; in zfs_mount()
707 char mountpoint[ZFS_MAXPROPLEN]; in zfs_share_proto()
708 char shareopts[ZFS_MAXPROPLEN]; in zfs_share_proto()
709 char sourcestr[ZFS_MAXPROPLEN]; in zfs_share_proto()
725 ZFS_MAXPROPLEN, B_FALSE) != 0 || in zfs_share_proto()
967 char mountpoint[ZFS_MAXPROPLEN]; in remove_mountpoint()
H A Dlibzfs_changelist.c158 char shareopts[ZFS_MAXPROPLEN]; in changelist_postfix()
394 char property[ZFS_MAXPROPLEN]; in change_one()
535 char property[ZFS_MAXPROPLEN]; in changelist_gather()
H A Dlibzfs.h51 #define ZFS_MAXPROPLEN MAXPATHLEN macro
H A Dlibzfs_util.c1199 if (strlen(*svalp) >= ZFS_MAXPROPLEN) { in zprop_parse_value()
H A Dlibzfs_pool.c684 char buf[ZFS_MAXPROPLEN]; in zpool_expand_proplist()
H A Dlibzfs_sendrecv.c2923 char token_buf[ZFS_MAXPROPLEN]; in recv_ecksum_set_aux()
H A Dlibzfs_dataset.c4126 char buf[ZFS_MAXPROPLEN]; in zfs_expand_proplist()
/titanic_41/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c1207 char vbuf[ZFS_MAXPROPLEN]; in zfs_put_prop_cb()
1208 char sbuf[ZFS_MAXPROPLEN]; in zfs_put_prop_cb()
1231 (void) strlcpy(mpp->mp_value, vbuf, ZFS_MAXPROPLEN); in zfs_put_prop_cb()
1253 (void) strlcpy(mpp->mp_source, sourcestr, ZFS_MAXPROPLEN); in zfs_put_prop_cb()
1293 (void) snprintf(mpp->mp_value, ZFS_MAXPROPLEN, "%llu", space); in zfs_put_quota_cb()
1294 (void) strlcpy(mpp->mp_source, mhp->nh_dataset, ZFS_MAXPROPLEN); in zfs_put_quota_cb()
1440 (void) strlcpy(mpp->mp_value, sval, ZFS_MAXPROPLEN); in ndmp_include_zfs()
1441 (void) strlcpy(mpp->mp_source, ssrc, ZFS_MAXPROPLEN); in ndmp_include_zfs()
/titanic_41/usr/src/cmd/zoneadm/
H A Dzfs.c83 char mp[ZFS_MAXPROPLEN]; in match_mountpoint()
531 char mp[ZFS_MAXPROPLEN]; in snap2path()
1037 char origin[ZFS_MAXPROPLEN]; in destroy_zfs()
1198 char propbuf[ZFS_MAXPROPLEN]; in verify_datasets()
1250 char propbuf[ZFS_MAXPROPLEN]; in verify_fs_zfs()
1365 char propbuf[ZFS_MAXPROPLEN]; in get_zfs_non_legacy_mountpoint()
/titanic_41/usr/src/cmd/ndmpd/include/
H A Dtlm.h480 char mp_value[ZFS_MAXPROPLEN];
481 char mp_source[ZFS_MAXPROPLEN];
/titanic_41/usr/src/cmd/zfs/
H A Dzfs_iter.c272 char lbuf[ZFS_MAXPROPLEN], rbuf[ZFS_MAXPROPLEN]; in zfs_sort()
H A Dzfs_main.c1492 char buf[ZFS_MAXPROPLEN]; in get_callback()
1493 char rbuf[ZFS_MAXPROPLEN]; in get_callback()
2919 char headerbuf[ZFS_MAXPROPLEN]; in print_header()
2963 char property[ZFS_MAXPROPLEN]; in print_dataset()
5738 char mountpoint[ZFS_MAXPROPLEN]; in share_mount_one()
5739 char shareopts[ZFS_MAXPROPLEN]; in share_mount_one()
5740 char smbshareopts[ZFS_MAXPROPLEN]; in share_mount_one()
6242 char nfs_mnt_prop[ZFS_MAXPROPLEN]; in unshare_unmount_path()
6243 char smbshare_prop[ZFS_MAXPROPLEN]; in unshare_unmount_path()
6263 char mtpt_prop[ZFS_MAXPROPLEN]; in unshare_unmount_path()
[all …]
/titanic_41/usr/src/lib/libbe/common/
H A Dbe_list.c1059 ZFS_MAXPROPLEN, NULL, B_FALSE); in be_get_node_data()
1093 ZFS_MAXPROPLEN, NULL, NULL, 0, B_FALSE) == 0) in be_get_node_data()
1186 char prop_buf[ZFS_MAXPROPLEN]; in be_get_ds_data()
1218 prop_buf, ZFS_MAXPROPLEN, NULL, NULL, 0, in be_get_ds_data()
H A Dbe_create.c2290 ZFS_MAXPROPLEN, NULL, NULL, 0, B_FALSE) != 0) { in be_clone_fs_callback()
/titanic_41/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_property.c177 char propbuf[ZFS_MAXPROPLEN]; in create_BasicProperty()
270 char propbuf[ZFS_MAXPROPLEN]; in create_ObjectProperty()
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_sd.c57 char mp[ZFS_MAXPROPLEN]; in srvsvc_shareacl_getpath()
/titanic_41/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c281 char propname[ZFS_MAXPROPLEN]; in getzfsquota()
/titanic_41/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c874 char propname[ZFS_MAXPROPLEN]; in getzfsquota()