Searched refs:get_numeric_property (Results 1 – 1 of 1) sorted by relevance
/titanic_44/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 2439 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2467 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2488 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2522 if (get_numeric_property(zhp, ZFS_PROP_MOUNTED, in zfs_prop_get() 2584 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2592 if (get_numeric_property(zhp, prop, src, in zfs_prop_get() 2610 if (get_numeric_property(zhp, prop, src, in zfs_prop_get() 2639 (void) get_numeric_property(zhp, prop, NULL, &source, &val); in zfs_prop_get_int() 2674 if (get_numeric_property(zhp, prop, src, &source, value) != 0) in zfs_prop_get_numeric()
|