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

  /external/e2fsprogs/e2fsck/
jfs_user.h 24 int b_uptodate; member in struct:buffer_head
journal.c 109 if (rw == READ && !bh->b_uptodate) {
122 bh->b_uptodate = 1;
137 bh->b_uptodate = 1;
167 return bh->b_uptodate;
172 bh->b_uptodate = val;
177 if (!bh->b_uptodate)

Completed in 68 milliseconds