Home
last modified time | relevance | path

Searched defs:jdata (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sbin/jscan/
H A Djscan.h86 struct jdata { struct
87 int64_t jd_transid; /* transaction id from header */
88 int jd_alloc; /* allocated bytes */
89 int jd_size; /* data bytes */
90 int jd_refs; /* ref count */
91 unsigned int jd_seq; /* location data */
92 off_t jd_pos; /* location data */
116 struct jdata *js_jdata; argument