Home
last modified time | relevance | path

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

/external/e2fsprogs/debugfs/
Djournal.c172 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()
/external/e2fsprogs/e2fsck/
Djournal.c166 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()
Djfs_user.h52 unsigned int b_uptodate:1; member