Searched refs:get_numeric_property (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 2109 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, in get_numeric_property() function 2739 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2767 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2790 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2831 if (get_numeric_property(zhp, ZFS_PROP_MOUNTED, in zfs_prop_get() 2903 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2916 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2930 if (get_numeric_property(zhp, prop, src, in zfs_prop_get() 2954 if (get_numeric_property(zhp, prop, src, in zfs_prop_get() 2985 (void) get_numeric_property(zhp, prop, NULL, &source, &val); in zfs_prop_get_int() [all …]
|