Searched refs:zep (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_errlog.c | 106 (u_longlong_t)zep->zb_object, (u_longlong_t)zep->zb_level, in errphys_to_name() 107 (u_longlong_t)zep->zb_blkid, (u_longlong_t)zep->zb_birth); in errphys_to_name() 147 zb->zb_level = zep->zb_level; in zep_to_zb() 148 zb->zb_blkid = zep->zb_blkid; in zep_to_zb() 256 error = dbuf_dnode_findbp(dn, zep->zb_level, zep->zb_blkid, &bp, NULL, in find_birth_txg() 842 zbookmark_err_phys_t zep; in sync_upgrade_errlog() local 844 zep.zb_level = zb.zb_level; in sync_upgrade_errlog() 845 zep.zb_blkid = zb.zb_blkid; in sync_upgrade_errlog() 846 zep.zb_birth = 0; in sync_upgrade_errlog() 886 error = dbuf_dnode_findbp(dn, zep.zb_level, zep.zb_blkid, &bp, in sync_upgrade_errlog() [all …]
|
| H A D | dsl_scan.c | 3976 scrub_filesystem(spa_t *spa, uint64_t fs, zbookmark_err_phys_t *zep, in scrub_filesystem() argument 3991 error = find_birth_txg(ds, zep, &latest_txg); in scrub_filesystem() 3999 if (error == 0 && zep->zb_birth == latest_txg) { in scrub_filesystem() 4002 zep_to_zb(fs, zep, &zb); in scrub_filesystem() 4052 while (snap_obj != 0 && zep->zb_birth < snap_obj_txg && in scrub_filesystem() 4069 error = find_birth_txg(ds, zep, &blk_txg); in scrub_filesystem() 4075 affected = (error == 0 && zep->zb_birth == blk_txg) || in scrub_filesystem() 4076 (error != 0) || (zep->zb_birth == 0); in scrub_filesystem() 4082 zep_to_zb(snap_obj, zep, &zb); in scrub_filesystem()
|
| H A D | fm.c | 461 zfs_zevent_init(zfs_zevent_t **zep) in zfs_zevent_init() argument 465 ze = *zep = kmem_zalloc(sizeof (zfs_zevent_t), KM_SLEEP); in zfs_zevent_init()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | spa.h | 1170 zbookmark_err_phys_t *zep, uint64_t *top_affected_fs); 1171 extern int find_birth_txg(struct dsl_dataset *ds, zbookmark_err_phys_t *zep, 1173 extern void zep_to_zb(uint64_t dataset, zbookmark_err_phys_t *zep, 1175 extern void name_to_errphys(char *buf, zbookmark_err_phys_t *zep);
|
| /freebsd-14.2/usr.sbin/tcpdump/tcpdump/ |
| H A D | Makefile | 190 print-zep.c \
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | Makefile.in | 250 print-zep.c \
|
| H A D | CMakeLists.txt | 1389 print-zep.c
|