Lines Matching refs:pl_user_prop
1735 } else if (zfs_prop_userquota(pl->pl_user_prop)) { in get_callback()
1738 if (zfs_prop_get_userquota(zhp, pl->pl_user_prop, in get_callback()
1745 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1746 } else if (zfs_prop_written(pl->pl_user_prop)) { in get_callback()
1749 if (zfs_prop_get_written(zhp, pl->pl_user_prop, in get_callback()
1756 pl->pl_user_prop, buf, sourcetype, source, NULL); in get_callback()
1759 pl->pl_user_prop, &propval) != 0) { in get_callback()
1784 pl->pl_user_prop, rbuf, sizeof (rbuf), in get_callback()
1789 pl->pl_user_prop, strval, sourcetype, in get_callback()
3231 for (i = 0; pl->pl_user_prop[i] != '\0'; i++) in print_header()
3232 headerbuf[i] = toupper(pl->pl_user_prop[i]); in print_header()
3286 } else if (zfs_prop_userquota(pl->pl_user_prop)) { in print_dataset()
3287 if (zfs_prop_get_userquota(zhp, pl->pl_user_prop, in print_dataset()
3293 } else if (zfs_prop_written(pl->pl_user_prop)) { in print_dataset()
3294 if (zfs_prop_get_written(zhp, pl->pl_user_prop, in print_dataset()
3302 pl->pl_user_prop, &propval) != 0) in print_dataset()