Searched refs:get_numeric_property (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1963 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, in get_numeric_property() function 2454 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2482 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2503 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2537 if (get_numeric_property(zhp, ZFS_PROP_MOUNTED, in zfs_prop_get() 2599 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2607 if (get_numeric_property(zhp, prop, src, in zfs_prop_get() 2625 if (get_numeric_property(zhp, prop, src, in zfs_prop_get() 2654 (void) get_numeric_property(zhp, prop, NULL, &source, &val); in zfs_prop_get_int() 2689 if (get_numeric_property(zhp, prop, src, &source, value) != 0) in zfs_prop_get_numeric()
|