Searched refs:get_numeric_property (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/lib/libzfs/ |
| HD | libzfs_dataset.c | 2159 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, in get_numeric_property() function 2811 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2839 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2861 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2902 if (get_numeric_property(zhp, ZFS_PROP_MOUNTED, in zfs_prop_get() 2976 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2989 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 3002 if ((get_numeric_property(zhp, prop, src, &source, in zfs_prop_get() 3023 if (get_numeric_property(zhp, prop, src, in zfs_prop_get() 3047 if (get_numeric_property(zhp, prop, src, in zfs_prop_get() [all …]
|