OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_uptodate
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/e2fsck/
jfs_user.h
23
int
b_uptodate
;
member in struct:buffer_head
journal.c
115
if (rw == READ && !bh->
b_uptodate
) {
128
bh->
b_uptodate
= 1;
143
bh->
b_uptodate
= 1;
173
return bh->
b_uptodate
;
178
bh->
b_uptodate
= val;
183
if (!bh->
b_uptodate
)
Completed in 23 milliseconds