Home
last modified time | relevance | path

Searched refs:zfs_strtonum (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_errlog.c76 zb->zb_objset = zfs_strtonum(buf, &buf); in name_to_bookmark()
78 zb->zb_object = zfs_strtonum(buf + 1, &buf); in name_to_bookmark()
80 zb->zb_level = (int)zfs_strtonum(buf + 1, &buf); in name_to_bookmark()
82 zb->zb_blkid = zfs_strtonum(buf + 1, &buf); in name_to_bookmark()
H A Ddsl_deadlist.c169 dle->dle_mintxg = zfs_strtonum(za.za_name, NULL); in dsl_deadlist_load_tree()
231 dlce->dlce_mintxg = zfs_strtonum(za.za_name, NULL); in dsl_deadlist_load_cache()
848 uint64_t mintxg = zfs_strtonum(za.za_name, NULL); in dsl_deadlist_merge()
H A Dzfs_quota.c123 fuid = zfs_strtonum(fuidstr, NULL); in fuidstr_to_sid()
H A Ddsl_userhold.c365 return (dsl_dataset_hold_obj(dp, zfs_strtonum(dsobj, NULL), tag, dsp)); in dsl_dataset_hold_obj_string()
H A Dspa_log_spacemap.c1003 uint64_t log_txg = zfs_strtonum(za.za_name, NULL); in spa_ld_log_sm_metadata()
H A Ddsl_scan.c577 zfs_strtonum(za.za_name, NULL), in dsl_scan_init()
2491 zfs_strtonum(za.za_name, NULL), in dsl_scan_visitds()
H A Dspa_misc.c1579 zfs_strtonum(const char *str, char **nptr) in zfs_strtonum() function
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h1124 extern uint64_t zfs_strtonum(const char *str, char **nptr);