Searched refs:get_numeric_property (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1954 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, in get_numeric_property() function 2440 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2468 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2489 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2523 if (get_numeric_property(zhp, ZFS_PROP_MOUNTED, in zfs_prop_get() 2585 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2593 if (get_numeric_property(zhp, prop, src, in zfs_prop_get() 2611 if (get_numeric_property(zhp, prop, src, in zfs_prop_get() 2640 (void) get_numeric_property(zhp, prop, NULL, &source, &val); in zfs_prop_get_int() 2675 if (get_numeric_property(zhp, prop, src, &source, value) != 0) in zfs_prop_get_numeric()
|