Home
last modified time | relevance | path

Searched defs:zb (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_errlog.c62 bookmark_to_name(zbookmark_phys_t *zb, char *buf, size_t len) in bookmark_to_name()
74 name_to_bookmark(char *buf, zbookmark_phys_t *zb) in name_to_bookmark()
93 spa_log_error(spa_t *spa, const zbookmark_phys_t *zb) in spa_log_error()
167 zbookmark_phys_t zb; in process_error_log() local
H A Ddmu_traverse.c79 zbookmark_phys_t zb; in traverse_zil_block() local
103 zbookmark_phys_t zb; in traverse_zil_record() local
154 const zbookmark_phys_t *zb) in resume_skip_check()
179 const blkptr_t *bp, const zbookmark_phys_t *zb) in traverse_prefetch_metadata()
217 const blkptr_t *bp, const zbookmark_phys_t *zb) in traverse_visitbp()
519 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in traverse_prefetcher()
H A Ddmu_send.c89 zbookmark_phys_t zb; member
664 const zbookmark_phys_t *zb, const struct dnode_phys *dnp, void *arg) in send_cb()
734 const zbookmark_phys_t *zb = &data->zb; in do_dump() local
980 zbookmark_phys_t zb; in dmu_send_impl() local
1240 zfs_bookmark_phys_t zb = { 0 }; in dmu_send_obj() local
1317 zfs_bookmark_phys_t zb = { 0 }; in dmu_send() local
1493 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in dmu_calculate_send_traversal()
H A Dzfs_fm.c111 const char *subclass, spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_start()
693 const struct zbookmark_phys *zb, zio_t *zio, uint64_t stateoroffset, in zfs_ereport_post()
717 zfs_ereport_start_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_start_checksum()
807 zfs_ereport_post_checksum(spa_t *spa, vdev_t *vd, const zbookmark_phys_t *zb, in zfs_ereport_post_checksum()
H A Ddsl_scan.c1350 zbookmark_phys_t zb; in dsl_scan_zil_block() local
1382 zbookmark_phys_t zb; in dsl_scan_zil_record() local
1484 const zbookmark_phys_t *zb) in dsl_scan_check_prefetch_resume()
1553 zbookmark_phys_t zb; in dsl_scan_prefetch_dnode() local
1712 const zbookmark_phys_t *zb) in dsl_scan_check_resume()
1760 const zbookmark_phys_t *zb, dmu_tx_t *tx) in dsl_scan_recurse()
1963 zbookmark_phys_t zb; in dsl_scan_visit_rootbp() local
2455 zbookmark_phys_t zb = { 0 }; in dsl_scan_ddt_entry() local
3706 zfs_blkstat_t *zb = &zab->zab_type[l][t]; in count_block() local
3767 int zio_flags, const zbookmark_phys_t *zb) in scan_io_queue_insert()
[all …]
H A Ddbuf.c986 dbuf_read_done(zio_t *zio, const zbookmark_phys_t *zb, const blkptr_t *bp, in dbuf_read_done()
1048 zbookmark_phys_t zb; in dbuf_read_verify_dnode_crypt() local
1094 zbookmark_phys_t zb; in dbuf_read_impl() local
1355 zbookmark_phys_t zb; in dbuf_read() local
2616 dbuf_issue_final_prefetch_done(zio_t *zio, const zbookmark_phys_t *zb, in dbuf_issue_final_prefetch_done()
2659 dbuf_prefetch_indirect_done(zio_t *zio, const zbookmark_phys_t *zb, in dbuf_prefetch_indirect_done()
2722 zbookmark_phys_t zb; in dbuf_prefetch_indirect_done() local
2857 zbookmark_phys_t zb; in dbuf_prefetch_impl() local
3424 zbookmark_phys_t zb; in dbuf_prepare_encrypted_dnode_leaf() local
4134 zbookmark_phys_t zb; in dbuf_write() local
H A Dzio_inject.c127 zio_match_handler(zbookmark_phys_t *zb, uint64_t type, int dva, in zio_match_handler()
221 zio_handle_decrypt_injection(spa_t *spa, const zbookmark_phys_t *zb, in zio_handle_decrypt_injection()
H A Ddmu_diff.c111 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in diff_cb()
H A Dbptree.c153 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in bptree_visit_cb()
H A Darc.c1700 arc_hdr_decrypt(arc_buf_hdr_t *hdr, spa_t *spa, const zbookmark_phys_t *zb) in arc_hdr_decrypt()
1772 const zbookmark_phys_t *zb, boolean_t noauth) in arc_fill_hdr_crypt()
1852 arc_buf_fill(arc_buf_t *buf, spa_t *spa, const zbookmark_phys_t *zb, in arc_buf_fill()
2034 arc_untransform(arc_buf_t *buf, spa_t *spa, const zbookmark_phys_t *zb, in arc_untransform()
2537 arc_buf_alloc_impl(arc_buf_hdr_t *hdr, spa_t *spa, const zbookmark_phys_t *zb, in arc_buf_alloc_impl()
5297 arc_bcopy_func(zio_t *zio, const zbookmark_phys_t *zb, const blkptr_t *bp, in arc_bcopy_func()
5309 arc_getbuf_func(zio_t *zio, const zbookmark_phys_t *zb, const blkptr_t *bp, in arc_getbuf_func()
5629 arc_flags_t *arc_flags, const zbookmark_phys_t *zb) in arc_read()
6663 int zio_flags, const zbookmark_phys_t *zb) in arc_write()
H A Dzil.c203 zbookmark_phys_t zb; in zil_read_log_block() local
282 zbookmark_phys_t zb; in zil_read_log_data() local
1317 zbookmark_phys_t zb; in zil_lwb_write_open() local
H A Dzio.c697 const zbookmark_phys_t *zb, enum zio_stage stage, enum zio_stage pipeline) in zio_create()
932 zio_priority_t priority, enum zio_flag flags, const zbookmark_phys_t *zb) in zio_read()
953 const zbookmark_phys_t *zb) in zio_write()
995 zio_priority_t priority, enum zio_flag flags, zbookmark_phys_t *zb) in zio_rewrite()
H A Ddmu_objset.c433 zbookmark_phys_t zb; in dmu_objset_open_impl() local
735 zbookmark_phys_t zb; in dmu_objset_own_impl() local
1668 zbookmark_phys_t zb; in dmu_objset_sync() local
H A Ddsl_destroy.c643 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in kill_blkptr()
H A Ddmu.c1944 zio_prop_t *zp, zbookmark_phys_t *zb) in dmu_sync_late_arrival()
2035 zbookmark_phys_t zb; in dmu_sync() local
H A Dzvol.c262 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zvol_map_block()
H A Ddsl_crypt.c2794 spa_do_crypt_abd(boolean_t encrypt, spa_t *spa, const zbookmark_phys_t *zb, in spa_do_crypt_abd()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c154 zbookmark_phys_t zb; in zil_prt_rec_write() local
H A Dzdb.c1473 const zbookmark_phys_t *zb) in blkid2offset()
1537 print_indirect(blkptr_t *bp, const zbookmark_phys_t *zb, in print_indirect()
1566 blkptr_t *bp, const zbookmark_phys_t *zb) in visit_indirect()
3488 zdb_blkstats_t *zb = &zcb->zcb_type[l][t]; in zdb_count_block() local
3599 zbookmark_phys_t *zb = &zio->io_bookmark; in zdb_blkptr_done() local
3633 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_blkptr_cb()
4521 zdb_blkstats_t *zb, *tzb; in dump_block_stats() local
4847 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_ddt_add_cb()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h290 #define SET_BOOKMARK(zb, objset, object, level, blkid) \ argument
310 #define ZB_IS_ZERO(zb) \ argument
313 #define ZB_IS_ROOT(zb) \ argument
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c1087 uint_t zb; in indirtrunc() local
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c221 zfs_handle_t **zb = (zfs_handle_t **)b; in mountpoint_compare() local
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c1229 zfs_handle_t *zb = *zbp; in mountpoint_cmp() local
H A Dlibzfs_pool.c4184 zbookmark_phys_t *zb = NULL; in zpool_get_errlog() local
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c1359 char zb = '\0'; in nfssetattr() local

12