Home | Sort by: relevance | last modified time | path |
/src/sys/sys/ | |
wapbl.h | 103 typedef void (*wapbl_flush_fn_t)(struct mount *, struct wapbl_dealloc *); typedef in typeref:typename:void (*)(struct mount *,struct wapbl_dealloc *) 123 wapbl_flush_fn_t, wapbl_flush_fn_t); |
/src/sys/kern/ | |
vfs_wapbl.c | 192 wapbl_flush_fn_t wl_flush; /* r */ 193 wapbl_flush_fn_t wl_flush_abort;/* r */ 503 wapbl_flush_fn_t flushfn, wapbl_flush_fn_t flushabortfn) |