HomeSort by relevance Sort by last modified time
    Searched refs:b_uptodate (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/e2fsck/
jfs_user.h 43 unsigned int b_uptodate:1; member in struct:buffer_head
journal.c 166 if (rw == READ && !bh->b_uptodate) {
179 bh->b_uptodate = 1;
195 bh->b_uptodate = 1;
225 return bh->b_uptodate;
230 bh->b_uptodate = val;
235 if (!bh->b_uptodate)
  /external/e2fsprogs/debugfs/
journal.c 172 if (rw == READ && !bh->b_uptodate) {
185 bh->b_uptodate = 1;
201 bh->b_uptodate = 1;
231 return bh->b_uptodate;
236 bh->b_uptodate = val;
241 if (!bh->b_uptodate)

Completed in 83 milliseconds