Lines Matching defs:offtab
1 /* $NetBSD: offtab.h,v 1.3 2017/04/16 23:50:40 riastradh Exp $ */
42 struct offtab {
63 void offtab_init(struct offtab *, uint32_t, uint32_t, int, off_t);
64 void offtab_destroy(struct offtab *);
66 bool offtab_transmogrify_read_to_write(struct offtab *, uint32_t);
68 bool offtab_reset_read(struct offtab *,
71 bool offtab_prepare_get(struct offtab *, uint32_t);
72 uint64_t offtab_get(struct offtab *, uint32_t);
74 void offtab_reset_write(struct offtab *);
75 void offtab_checkpoint(struct offtab *, uint32_t, int);
77 void offtab_prepare_put(struct offtab *, uint32_t);
78 void offtab_put(struct offtab *, uint32_t, uint64_t);