Searched refs:ZPROP_INVAL (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zcommon/
H A Dzprop_common.c285 return (prop == ZPROP_CONT ? ZPROP_INVAL : prop);
296 if (prop == ZPROP_INVAL || prop == ZPROP_CONT)
322 if (prop == ZPROP_INVAL || prop == ZPROP_CONT)
364 ASSERT(prop != ZPROP_INVAL && prop != ZPROP_CONT);
384 if (prop == ZPROP_INVAL || prop == ZPROP_CONT)
408 ASSERT(prop != ZPROP_INVAL && prop != ZPROP_CONT);
H A Dzfs_deleg.c101 if (prop != ZPROP_INVAL && zfs_prop_delegatable(prop))
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c178 if ((prop = zfs_name_to_prop(name)) == ZPROP_INVAL &&
186 if (prop == ZPROP_INVAL) {
316 if (psc->sc_prop == ZPROP_INVAL) {
H A Dzfs_main.c1932 if (pl->pl_prop != ZPROP_INVAL) {
2289 if (prop != ZPROP_INVAL &&
2349 if ((prop = zfs_name_to_prop(propname)) != ZPROP_INVAL) {
3485 if (pl->pl_prop != ZPROP_INVAL) {
3536 } else if (pl->pl_prop != ZPROP_INVAL) {
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c570 if (prop == ZPROP_INVAL) {
1303 if (pl->pl_prop != ZPROP_INVAL) {
1765 if (prop != ZPROP_INVAL && !zprop_valid_for_type(prop, type, B_FALSE))
1766 prop = ZPROP_INVAL;
1773 if (prop == ZPROP_INVAL && ((type == ZFS_TYPE_POOL &&
1788 if (prop == ZPROP_INVAL) {
1918 return (ZPROP_INVAL);
1950 B_FALSE, type) == ZPROP_INVAL)
H A Dlibzfs_changelist.c512 if (clp->cl_shareprop != ZPROP_INVAL &&
522 (clp->cl_shareprop != ZPROP_INVAL &&
H A Dlibzfs_dataset.c1030 if (prop == ZPROP_INVAL && zfs_prop_user(propname)) {
1069 if (prop == ZPROP_INVAL && zfs_prop_userquota(propname)) {
1151 } else if (prop == ZPROP_INVAL && zfs_prop_written(propname)) {
1159 if (prop == ZPROP_INVAL) {
1939 if ((prop = zfs_name_to_prop(propname)) == ZPROP_INVAL) {
2361 if (prop != ZPROP_INVAL) {
4635 if ((*start)->pl_prop == ZPROP_INVAL)
4661 entry->pl_prop = ZPROP_INVAL;
4676 if (entry->pl_prop != ZPROP_INVAL) {
4725 * User properties will result in ZPROP_INVAL, an
[all...]
H A Dlibzfs_pool.c834 entry->pl_prop = ZPROP_INVAL;
878 entry->pl_prop = ZPROP_INVAL;
891 if (entry->pl_prop != ZPROP_INVAL &&
H A Dlibzfs_sendrecv.c390 if (prop == ZPROP_INVAL)
4963 if (prop == ZPROP_INVAL) {
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_prop.c53 if (prop == ZPROP_INVAL ||
91 inheritable = (prop == ZPROP_INVAL || zfs_prop_inheritable(prop));
171 inheritable = (prop == ZPROP_INVAL || zfs_prop_inheritable(prop));
1058 if ((flags & DSL_PROP_GET_INHERITING) && prop != ZPROP_INVAL &&
1063 if ((flags & DSL_PROP_GET_SNAPSHOT) && prop != ZPROP_INVAL &&
H A Dzcp_synctask.c322 if (prop == ZPROP_INVAL) {
H A Dzcp_get.c796 if (zfs_prop != ZPROP_INVAL) {
H A Dzfs_ioctl.c1117 if (prop == ZPROP_INVAL) {
2419 if (prop == ZPROP_INVAL) {
2589 } else if (err == 0 && prop == ZPROP_INVAL) {
2859 if (prop != ZPROP_INVAL && !zfs_prop_inheritable(prop))
2863 if (prop == ZPROP_INVAL) {
4406 if (prop == ZPROP_INVAL) {
4952 if (prop != ZPROP_INVAL) {
/freebsd-13-stable/lib/libbe/
H A Dbe.c769 ZFS_TYPE_FILESYSTEM) == ZPROP_INVAL)
/freebsd-13-stable/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h93 ZPROP_INVAL = -1, enumerator in enum:__anon10506
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5900 if (pl->pl_prop != ZPROP_INVAL) {
5958 if (pl->pl_prop != ZPROP_INVAL) {
9867 if (pl->pl_prop == ZPROP_INVAL &&

Completed in 399 milliseconds