Home
last modified time | relevance | path

Searched refs:zep (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_errlog.c104 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 Ddsl_scan.c4058 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 Dfm.c462 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 Dspa.h1237 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 DMakefile189 print-zep.c
/freebsd/contrib/tcpdump/
H A DMakefile.in250 print-zep.c \
H A DCMakeLists.txt1389 print-zep.c