Lines Matching refs:uint64_t

282 extern int zpool_vdev_fault(zpool_handle_t *, uint64_t, void *);
283 extern int zpool_vdev_degrade(zpool_handle_t *, uint64_t, void *);
284 extern int zpool_vdev_clear(zpool_handle_t *, uint64_t);
287 boolean_t *, boolean_t *, uint64_t *ashift);
456 extern uint64_t zprop_numdefault(const zpropdef_t *);
503 nvlist_t *, char **, uint64_t *, const char *);
523 nvlist_t *, uint64_t, zfs_handle_t *, zfs_handle_t *, const char *,
542 extern uint64_t zfs_prop_default_numeric(zfs_prop_t);
550 extern int zfs_prop_set_int(zfs_handle_t *, zfs_prop_t, uint64_t);
558 extern int zfs_prop_get_numeric(zfs_handle_t *, zfs_prop_t, uint64_t *,
561 uint64_t *propvalue);
564 extern uint64_t zfs_prop_get_int(zfs_handle_t *, zfs_prop_t);
579 extern uint64_t zpool_prop_default_numeric(zpool_prop_t);
586 extern uint64_t zpool_get_prop_int(zpool_handle_t *, zpool_prop_t,
671 uint64_t guid; /* guid of a pool to find */
685 char *, uint64_t);
687 uint64_t, const char *, boolean_t, char **, int);
698 extern int zpool_upgrade(zpool_handle_t *, uint64_t);
700 extern int zpool_history_unpack(char *, uint64_t, uint64_t *,
705 extern void zpool_obj_to_path(zpool_handle_t *, uint64_t, uint64_t, char *,
816 extern int zfs_check_parents(libzfs_handle_t *, const char *, uint64_t *,
818 extern int zfs_set_fsid(libzfs_handle_t *, const char *, uint64_t);
819 extern int zfs_reset_fsid(libzfs_handle_t *, const char *, uint64_t);
820 extern int zfs_get_fsid(libzfs_handle_t *, const char *, uint64_t *);
821 extern int zfs_remove_fsid(libzfs_handle_t *, const char *, uint64_t *);
864 boolean_t, boolean_t, int, uint64_t, uint64_t);
866 extern uint64_t zvol_volsize_to_reservation(uint64_t, nvlist_t *);
869 uid_t rid, uint64_t space);
929 typedef void (diff_scan_cb_t)(char *dsmnt, uint64_t obj,
1087 extern void zfs_nicenum(uint64_t, char *, size_t);
1088 extern int zfs_nicestrtonum(libzfs_handle_t *, const char *, uint64_t *);
1130 extern int zpool_location_set(zpool_handle_t *, uint64_t, const char *,