MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dsl_prop_get_integer

Function dsl_prop_get_integer

freebsd/contrib/openzfs/module/zfs/dsl_prop.c:342–347  ·  view source on GitHub ↗

* Get the current property value. It may have changed by the time this * function returns, so it is NOT safe to follow up with * dsl_prop_register() and assume that the value has not changed in * between. * * Return 0 on success, ENOENT if ddname is invalid. */

Source from the content-addressed store, hash-verified

340 * Return 0 on success, ENOENT if ddname is invalid.
341 */
342int
343dsl_prop_get_integer(const char *ddname, const char *propname,
344 uint64_t *valuep, char *setpoint)
345{
346 return (dsl_prop_get(ddname, propname, 8, 1, valuep, setpoint));
347}
348
349int
350dsl_prop_get_int_ds(dsl_dataset_t *ds, const char *propname,

Callers 15

zfs_domountFunction · 0.85
zvol_create_minor_implFunction · 0.85
zfs_check_global_labelFunction · 0.85
zfs_domountFunction · 0.85
zvol_allocFunction · 0.85
zfs_dozonecheckFunction · 0.85
zfs_set_slabel_policyFunction · 0.85
zfs_secpolicy_setpropFunction · 0.85
zvol_set_volsizeFunction · 0.85
zvol_setup_zvFunction · 0.85
zvol_create_minors_cbFunction · 0.85

Calls 1

dsl_prop_getFunction · 0.85

Tested by 1