Searched defs:wapbl_ops (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | mount.h | 285 struct wapbl_ops { struct 286 void (*wo_wapbl_discard)(struct wapbl *); 287 int (*wo_wapbl_replay_isopen)(struct wapbl_replay *); 288 int (*wo_wapbl_replay_can_read)(struct wapbl_replay *, daddr_t, long); 289 int (*wo_wapbl_replay_read)(struct wapbl_replay *, void *, daddr_t, long); 290 void (*wo_wapbl_add_buf)(struct wapbl *, struct buf *); 291 void (*wo_wapbl_remove_buf)(struct wapbl *, struct buf *); 292 void (*wo_wapbl_resize_buf)(struct wapbl *, struct buf *, long, long); 293 int (*wo_wapbl_begin)(struct wapbl *, const char *, int); 294 void (*wo_wapbl_end)(struct wapbl *); [all …]
|
/netbsd-src/sys/kern/ |
H A D | vfs_wapbl.c | 303 const struct wapbl_ops wapbl_ops = { global() variable
|