Home
last modified time | relevance | path

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

/minix3/external/bsd/less/dist/
H A Dch.c53 #define bufnode_buf(bn) ((struct buf *) bn) macro
170 bp = bufnode_buf(ch_bufhead); in ch_get()
183 bp = bufnode_buf(bn); in ch_get()
204 bufnode_buf(ch_buftail)->block != -1) in ch_get()
221 bp = bufnode_buf(bn); in ch_get()
435 bp = bufnode_buf(bn); in sync_logfile()
468 bp = bufnode_buf(bn);
568 if (bufnode_buf(bn)->block < bufnode_buf(firstbn)->block) in ch_beg_seek()
571 ch_block = bufnode_buf(firstbn)->block; in ch_beg_seek()
693 bufnode_buf(bn)->block = -1; in ch_flush()
[all …]