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.c94 errphys_to_name(zbookmark_err_phys_t *zep, char *buf, size_t len) in errphys_to_name() argument
97 (u_longlong_t)zep->zb_object, (u_longlong_t)zep->zb_level, in errphys_to_name()
98 (u_longlong_t)zep->zb_blkid, (u_longlong_t)zep->zb_birth); in errphys_to_name()
105 name_to_errphys(char *buf, zbookmark_err_phys_t *zep) in name_to_errphys() argument
107 zep->zb_object = zfs_strtonum(buf, &buf); in name_to_errphys()
109 zep->zb_level = (int)zfs_strtonum(buf + 1, &buf); in name_to_errphys()
111 zep->zb_blkid = zfs_strtonum(buf + 1, &buf); in name_to_errphys()
113 zep->zb_birth = zfs_strtonum(buf + 1, &buf); in name_to_errphys()
134 zep_to_zb(uint64_t dataset, zbookmark_err_phys_t *zep, zbookmark_phys_t *zb) in zep_to_zb() argument
137 zb->zb_object = zep->zb_object; in zep_to_zb()
[all …]
H A Ddsl_scan.c4201 scrub_filesystem(spa_t *spa, uint64_t fs, zbookmark_err_phys_t *zep, in scrub_filesystem() argument
4216 error = find_birth_txg(ds, zep, &latest_txg); in scrub_filesystem()
4224 if (error == 0 && zep->zb_birth == latest_txg) { in scrub_filesystem()
4227 zep_to_zb(fs, zep, &zb); in scrub_filesystem()
4277 while (snap_obj != 0 && zep->zb_birth < snap_obj_txg && in scrub_filesystem()
4294 error = find_birth_txg(ds, zep, &blk_txg); in scrub_filesystem()
4300 affected = (error == 0 && zep->zb_birth == blk_txg) || in scrub_filesystem()
4301 (error != 0) || (zep->zb_birth == 0); in scrub_filesystem()
4307 zep_to_zb(snap_obj, zep, &zb); in scrub_filesystem()
H A Dfm.c452 zfs_zevent_init(zfs_zevent_t **zep) in zfs_zevent_init() argument
456 ze = *zep = kmem_zalloc(sizeof (zfs_zevent_t), KM_SLEEP); in zfs_zevent_init()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h1234 zbookmark_err_phys_t *zep, uint64_t *top_affected_fs);
1235 extern int find_birth_txg(struct dsl_dataset *ds, zbookmark_err_phys_t *zep,
1237 extern void zep_to_zb(uint64_t dataset, zbookmark_err_phys_t *zep,
1239 extern void name_to_errphys(char *buf, zbookmark_err_phys_t *zep);
/freebsd/usr.sbin/tcpdump/tcpdump/
H A DMakefile188 print-zep.c
/freebsd/contrib/tcpdump/
H A DMakefile.in249 print-zep.c \
H A DCMakeLists.txt1440 print-zep.c