Searched refs:pl_user_prop (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 1934 } else if (zfs_prop_userquota(pl->pl_user_prop)) { in get_callback() 1945 } else if (zfs_prop_written(pl->pl_user_prop)) { in get_callback() 1948 if (zfs_prop_get_written(zhp, pl->pl_user_prop, in get_callback() 1958 pl->pl_user_prop, &propval) != 0) { in get_callback() 1983 pl->pl_user_prop, rbuf, sizeof (rbuf), in get_callback() 1988 pl->pl_user_prop, strval, sourcetype, in get_callback() 3465 for (i = 0; pl->pl_user_prop[i] != '\0'; i++) in print_header() 3466 headerbuf[i] = toupper(pl->pl_user_prop[i]); in print_header() 3527 } else if (zfs_prop_written(pl->pl_user_prop)) { in print_dataset() 3528 if (zfs_prop_get_written(zhp, pl->pl_user_prop, in print_dataset() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_util.c | 1314 len = strlen(pl->pl_user_prop); 1791 if ((entry->pl_user_prop = zfs_strdup(hdl, propname)) == 1901 free(pl->pl_user_prop);
|
| H A D | libzfs_pool.c | 814 entry->pl_user_prop = zfs_asprintf(hdl, "feature@%s", in zpool_expand_proplist() 816 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist() 844 if (entry->pl_user_prop != NULL && in zpool_expand_proplist() 845 strcmp(propname, entry->pl_user_prop) == 0) { in zpool_expand_proplist() 858 entry->pl_user_prop = propname; in zpool_expand_proplist() 859 entry->pl_width = strlen(entry->pl_user_prop); in zpool_expand_proplist()
|
| H A D | libzfs_dataset.c | 4647 if (strcmp((*last)->pl_user_prop, in zfs_expand_proplist() 4655 ((entry->pl_user_prop = zfs_strdup(hdl, in zfs_expand_proplist() 4688 if (nvlist_lookup_nvlist(userprops, entry->pl_user_prop, in zfs_expand_proplist() 4696 entry->pl_user_prop, in zfs_expand_proplist()
|
| H A D | libzfs.abi | 1291 …<var-decl name='pl_user_prop' type-id='type-id-49' visibility='default' filepath='../../include/li…
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 535 char *pl_user_prop; member
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 5763 for (i = 0; pl->pl_user_prop[i] != '\0'; i++) in print_header() 5764 headerbuf[i] = toupper(pl->pl_user_prop[i]); in print_header() 5823 } else if ((zpool_prop_feature(pl->pl_user_prop) || in print_pool() 5824 zpool_prop_unsupported(pl->pl_user_prop)) && in print_pool() 5825 zpool_prop_get_feature(zhp, pl->pl_user_prop, property, in print_pool() 9648 (zpool_prop_feature(pl->pl_user_prop) || in get_callback() 9649 zpool_prop_unsupported(pl->pl_user_prop))) { in get_callback() 9652 if (zpool_prop_get_feature(zhp, pl->pl_user_prop, in get_callback() 9655 cbp, pl->pl_user_prop, value, srctype, in get_callback()
|