Searched refs:b_uptodate (Results 1 – 3 of 3) sorted by relevance
172 if (rw == READ && !bh->b_uptodate) { in ll_rw_block()185 bh->b_uptodate = 1; in ll_rw_block()201 bh->b_uptodate = 1; in ll_rw_block()231 return bh->b_uptodate; in buffer_uptodate()236 bh->b_uptodate = val; in mark_buffer_uptodate()241 if (!bh->b_uptodate) in wait_on_buffer()
166 if (rw == READ && !bh->b_uptodate) { in ll_rw_block()179 bh->b_uptodate = 1; in ll_rw_block()195 bh->b_uptodate = 1; in ll_rw_block()225 return bh->b_uptodate; in buffer_uptodate()230 bh->b_uptodate = val; in mark_buffer_uptodate()235 if (!bh->b_uptodate) in wait_on_buffer()
52 unsigned int b_uptodate:1; member