Searched refs:zep (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_errlog.c | 104 errphys_to_name(zbookmark_err_phys_t *zep, char *buf, size_t len) in errphys_to_name() argument 107 (u_longlong_t)zep->zb_object, (u_longlong_t)zep->zb_level, in errphys_to_name() 108 (u_longlong_t)zep->zb_blkid, (u_longlong_t)zep->zb_birth); in errphys_to_name() 115 name_to_errphys(char *buf, zbookmark_err_phys_t *zep) in name_to_errphys() argument 117 zep->zb_object = zfs_strtonum(buf, &buf); in name_to_errphys() 119 zep->zb_level = (int)zfs_strtonum(buf + 1, &buf); in name_to_errphys() 121 zep->zb_blkid = zfs_strtonum(buf + 1, &buf); in name_to_errphys() 123 zep->zb_birth = zfs_strtonum(buf + 1, &buf); in name_to_errphys() 144 zep_to_zb(uint64_t dataset, zbookmark_err_phys_t *zep, zbookmark_phys_t *zb) in zep_to_zb() argument 147 zb->zb_object = zep->zb_object; in zep_to_zb() [all …]
|
| H A D | dsl_scan.c | 4058 scrub_filesystem(spa_t *spa, uint64_t fs, zbookmark_err_phys_t *zep, in scrub_filesystem() argument 4073 error = find_birth_txg(ds, zep, &latest_txg); in scrub_filesystem() 4081 if (error == 0 && zep->zb_birth == latest_txg) { in scrub_filesystem() 4084 zep_to_zb(fs, zep, &zb); in scrub_filesystem() 4134 while (snap_obj != 0 && zep->zb_birth < snap_obj_txg && in scrub_filesystem() 4151 error = find_birth_txg(ds, zep, &blk_txg); in scrub_filesystem() 4157 affected = (error == 0 && zep->zb_birth == blk_txg) || in scrub_filesystem() 4158 (error != 0) || (zep->zb_birth == 0); in scrub_filesystem() 4164 zep_to_zb(snap_obj, zep, &zb); in scrub_filesystem()
|
| H A D | fm.c | 462 zfs_zevent_init(zfs_zevent_t **zep) in zfs_zevent_init() argument 466 ze = *zep = kmem_zalloc(sizeof (zfs_zevent_t), KM_SLEEP); in zfs_zevent_init()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | spa.h | 1237 zbookmark_err_phys_t *zep, uint64_t *top_affected_fs); 1238 extern int find_birth_txg(struct dsl_dataset *ds, zbookmark_err_phys_t *zep, 1240 extern void zep_to_zb(uint64_t dataset, zbookmark_err_phys_t *zep, 1242 extern void name_to_errphys(char *buf, zbookmark_err_phys_t *zep);
|
| /freebsd/usr.sbin/tcpdump/tcpdump/ |
| H A D | Makefile | 189 print-zep.c
|
| /freebsd/contrib/tcpdump/ |
| H A D | Makefile.in | 250 print-zep.c \
|
| H A D | CMakeLists.txt | 1389 print-zep.c
|