Home
last modified time | relevance | path

Searched refs:wo_wapbl_remove_buf (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/sys/
H A Dmount.h291 void (*wo_wapbl_remove_buf)(struct wapbl *, struct buf *); member
312 (*(MP)->mnt_wapbl_op->wo_wapbl_remove_buf)((MP)->mnt_wapbl, (BP))
/netbsd-src/sys/kern/
H A Dvfs_wapbl.c313 .wo_wapbl_remove_buf = wapbl_remove_buf,