Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zfs/
H A Dzfs_main.c1563 } else if (zfs_prop_userquota(pl->pl_user_prop)) { in get_callback()
1566 if (zfs_prop_get_userquota(zhp, pl->pl_user_prop, in get_callback()
1573 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1574 } else if (zfs_prop_written(pl->pl_user_prop)) { in get_callback()
1577 if (zfs_prop_get_written(zhp, pl->pl_user_prop, in get_callback()
1584 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1587 pl->pl_user_prop, &propval) != 0) { in get_callback()
1612 pl->pl_user_prop, rbuf, sizeof (rbuf), in get_callback()
1617 pl->pl_user_prop, strval, sourcetype, in get_callback()
2963 for (i = 0; pl->pl_user_prop[i] != '\0'; i++) in print_header()
[all …]
/titanic_50/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.h457 char *pl_user_prop; member
H A Dlibzfs_dataset.c4196 if (strcmp((*last)->pl_user_prop, in zfs_expand_proplist()
4204 ((entry->pl_user_prop = zfs_strdup(hdl, in zfs_expand_proplist()
4237 if (nvlist_lookup_nvlist(userprops, entry->pl_user_prop, in zfs_expand_proplist()
4245 entry->pl_user_prop, in zfs_expand_proplist()
/titanic_50/usr/src/cmd/zpool/
H A Dzpool_main.c2665 for (i = 0; pl->pl_user_prop[i] != '\0'; i++) in print_header()
2666 headerbuf[i] = toupper(pl->pl_user_prop[i]); in print_header()
2726 } else if ((zpool_prop_feature(pl->pl_user_prop) || in print_pool()
2727 zpool_prop_unsupported(pl->pl_user_prop)) && in print_pool()
2728 zpool_prop_get_feature(zhp, pl->pl_user_prop, property, in print_pool()
5002 (zpool_prop_feature(pl->pl_user_prop) || in get_callback()
5003 zpool_prop_unsupported(pl->pl_user_prop))) { in get_callback()
5006 if (zpool_prop_get_feature(zhp, pl->pl_user_prop, in get_callback()
5009 cbp, pl->pl_user_prop, value, srctype, in get_callback()