Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dvfs_wapbl.c471 KASSERT(wl->wl_circ_off == wr->wr_circ_off); in wapbl_start_flush_inodes()
2878 * If the starting linear byte offset precedes wr->wr_circ_off, in wapbl_circ_read()
2879 * the read instead begins at wr->wr_circ_off. XXX WTF? This in wapbl_circ_read()
2893 if (off < wr->wr_circ_off) in wapbl_circ_read()
2894 off = wr->wr_circ_off; in wapbl_circ_read()
2895 slen = wr->wr_circ_off + wr->wr_circ_size - off; in wapbl_circ_read()
2906 off = wr->wr_circ_off;
2916 if (off >= wr->wr_circ_off + wr->wr_circ_size) in wapbl_circ_advance()
2917 off = wr->wr_circ_off; in wapbl_circ_advance()
2931 * If the starting linear byte offset precedes wr->wr_circ_off, i in wapbl_circ_advance()
[all...]
/netbsd-src/sys/sys/
H A Dwapbl.h236 int64_t wr_circ_off; member