Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/zfs/
H A Dzfs_main.c1540 } else if (zfs_prop_userquota(pl->pl_user_prop)) { in get_callback()
1543 if (zfs_prop_get_userquota(zhp, pl->pl_user_prop, in get_callback()
1550 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1551 } else if (zfs_prop_written(pl->pl_user_prop)) { in get_callback()
1554 if (zfs_prop_get_written(zhp, pl->pl_user_prop, in get_callback()
1561 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1564 pl->pl_user_prop, &propval) != 0) { in get_callback()
1589 pl->pl_user_prop, rbuf, sizeof (rbuf), in get_callback()
1594 pl->pl_user_prop, strval, sourcetype, in get_callback()
2937 for (i = 0; pl->pl_user_prop[i] != '\0'; i++) in print_header()
[all …]
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c856 len = strlen(pl->pl_user_prop); in zprop_print_headers()
1285 if ((entry->pl_user_prop = zfs_strdup(hdl, propname)) == in addlist()
1395 free(pl->pl_user_prop); in zprop_free_list()
H A Dlibzfs_pool.c704 entry->pl_user_prop = zfs_asprintf(hdl, "feature@%s", in zpool_expand_proplist()
706 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
734 if (entry->pl_user_prop != NULL && in zpool_expand_proplist()
735 strcmp(propname, entry->pl_user_prop) == 0) { in zpool_expand_proplist()
748 entry->pl_user_prop = propname; in zpool_expand_proplist()
749 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
H A Dlibzfs.h454 char *pl_user_prop; member
H A Dlibzfs_dataset.c4153 if (strcmp((*last)->pl_user_prop, in zfs_expand_proplist()
4161 ((entry->pl_user_prop = zfs_strdup(hdl, in zfs_expand_proplist()
4194 if (nvlist_lookup_nvlist(userprops, entry->pl_user_prop, in zfs_expand_proplist()
4202 entry->pl_user_prop, in zfs_expand_proplist()
/titanic_44/usr/src/cmd/zpool/
H A Dzpool_main.c2663 for (i = 0; pl->pl_user_prop[i] != '\0'; i++) in print_header()
2664 headerbuf[i] = toupper(pl->pl_user_prop[i]); in print_header()
2724 } else if ((zpool_prop_feature(pl->pl_user_prop) || in print_pool()
2725 zpool_prop_unsupported(pl->pl_user_prop)) && in print_pool()
2726 zpool_prop_get_feature(zhp, pl->pl_user_prop, property, in print_pool()
5027 (zpool_prop_feature(pl->pl_user_prop) || in get_callback()
5028 zpool_prop_unsupported(pl->pl_user_prop))) { in get_callback()
5031 if (zpool_prop_get_feature(zhp, pl->pl_user_prop, in get_callback()
5034 cbp, pl->pl_user_prop, value, srctype, in get_callback()